15 lines
355 B
YAML
15 lines
355 B
YAML
#BasedOnStyle: None
|
|
AlignTrailingComments: true
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
ObjCSpaceAfterProperty: true
|
|
ObjCSpaceBeforeProtocolList: true
|
|
PointerBindsToType: false
|
|
SpacesBeforeTrailingComments: 1
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
|
|
AlignArrayOfStructures: Right
|
|
SpaceBeforeSquareBrackets: false
|