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