This is what I found on a stackoverflow post for their recommended settings for the allman style. I'm going to try it for awhile and see what I think.
12 lines
289 B
YAML
12 lines
289 B
YAML
BasedOnStyle: None
|
|
AlignTrailingComments: true
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
ObjCSpaceAfterProperty: true
|
|
ObjCSpaceBeforeProtocolList: true
|
|
PointerBindsToType: false
|
|
SpacesBeforeTrailingComments: 1
|
|
TabWidth: 8
|
|
UseTab: Neve
|