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:
Jake Goodwin 2024-08-04 08:11:49 -07:00
parent 385abf37ea
commit 77364c22d1
1 changed files with 12 additions and 0 deletions

View File

@ -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