11 lines
287 B
YAML
11 lines
287 B
YAML
BasedOnStyle: Chromium
|
|
ColumnLimit: 100
|
|
BinPackParameters: false
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
SpacesBeforeTrailingComments: 1
|
|
ObjCBlockIndentWidth: 2
|
|
ObjCSpaceAfterProperty: false
|
|
ObjCSpaceBeforeProtocolList: true
|