add .clang-format

This commit is contained in:
Reuben Dunnington 2023-08-14 11:52:41 -07:00
parent 9ae9562ca7
commit aa09da6f20
Signed by: rdunnington
GPG Key ID: 4EC5290E704FD482
1 changed files with 16 additions and 0 deletions

16
.clang-format Normal file
View File

@ -0,0 +1,16 @@
ColumnLimit: 0
IndentPPDirectives: BeforeHash
IndentWidth: 4
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
SeparateDefinitionBlocks: Always
SortIncludes: true
SpaceBeforeParens: Never
SpacesInLineCommentPrefix:
Minimum: 1
Maximum: -1
TabWidth: 4
UseTab: Never
BreakBeforeBraces: Allman
AllowAllArgumentsOnNextLine: false
Cpp11BracedListStyle: false