diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.clang-format b/.clang-format index baa0d48..6fddef5 100644 --- a/.clang-format +++ b/.clang-format @@ -16,6 +16,7 @@ AlignOperands: DontAlign  AlignConsecutiveMacros: Consecutive  AllowAllArgumentsOnNextLine: false  AllowAllParametersOfDeclarationOnNextLine: false +IndentGotoLabels: false  Cpp11BracedListStyle: true  MaxEmptyLinesToKeep: 2 | 
