Update .clang-format code style

This commit is contained in:
Joseph Henry
2021-04-19 09:55:14 -07:00
parent 7e05f13295
commit 90f9e7c72a

View File

@@ -32,7 +32,7 @@ Cpp11BracedListStyle: 'false'
FixNamespaceComments: 'true'
IncludeBlocks: Regroup
IndentCaseLabels: 'true'
IndentPPDirectives: BeforeHash
IndentPPDirectives: None
IndentWrappedFunctionNames: 'false'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
MaxEmptyLinesToKeep: '1'