diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-30 03:01:11 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-30 03:01:11 +0200 |
commit | a40b281078e6a4c17e1da5b98a88b07e1c533150 (patch) | |
tree | daae25389221214a3fba1c78409a7638e1897e5e /.clang-format | |
parent | dd48af42eb46ce3c8a49895eed18daadfb36b9a5 (diff) | |
download | logdiag-a40b281078e6a4c17e1da5b98a88b07e1c533150.tar.gz logdiag-a40b281078e6a4c17e1da5b98a88b07e1c533150.tar.xz logdiag-a40b281078e6a4c17e1da5b98a88b07e1c533150.zip |
Improve clang-format configuration
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 |