Some minor clang-format adjustments

We're not using clang-format yet but there are plans to do it in a
near future.
This commit is contained in:
David Capello 2022-10-12 16:04:04 -03:00
parent 160a3f9a6c
commit 18bbc271a1

View File

@ -101,7 +101,7 @@ SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeCaseColon: false
SpaceBeforeCpp11BracedList: true
SpaceBeforeCpp11BracedList: false
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
@ -118,7 +118,7 @@ SpacesInParentheses: false
SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false
BitFieldColonSpacing: Both
Standard: Latest
Standard: c++17
TabWidth: 8
UseCRLF: false
UseTab: Never