Updated to 'Allman' or 'BSD' style.
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.
This commit is contained in:
parent
385abf37ea
commit
77364c22d1
|
@ -0,0 +1,12 @@
|
|||
BasedOnStyle: None
|
||||
AlignTrailingComments: true
|
||||
BreakBeforeBraces: Allman
|
||||
ColumnLimit: 0
|
||||
IndentWidth: 4
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
ObjCSpaceAfterProperty: true
|
||||
ObjCSpaceBeforeProtocolList: true
|
||||
PointerBindsToType: false
|
||||
SpacesBeforeTrailingComments: 1
|
||||
TabWidth: 8
|
||||
UseTab: Neve
|
Loading…
Reference in New Issue