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 a59cb616..d16e045c 100644 --- a/.clang-format +++ b/.clang-format @@ -22,6 +22,7 @@ AlignOperands: true AlignTrailingComments: true AllowAllArgumentsOnNextLine: true AllowShortBlocksOnASingleLine: true +IndentGotoLabels: false IndentWidth: 4 BreakBeforeBraces: Custom BraceWrapping: |