Update clang-format file.

This commit is contained in:
David Given
2022-01-22 20:37:58 +01:00
parent fe080e1d90
commit 6e83ed5654

View File

@@ -30,6 +30,7 @@ IndentWrappedFunctionNames: 'false'
KeepEmptyLinesAtTheStartOfBlocks: 'true'
PointerAlignment: Left
ReflowComments: 'true'
SortIncludes: 'false'
SortUsingDeclarations: 'true'
SpaceAfterTemplateKeyword: 'true'
SpaceBeforeAssignmentOperators: 'true'