16 lines
355 B
Text
16 lines
355 B
Text
|
#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
|