clang-format #39

Merged
MartinFouilleul merged 6 commits from clang-format into main 2023-08-18 15:59:41 +00:00
1 changed files with 16 additions and 0 deletions
Showing only changes of commit aa09da6f20 - Show all commits

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