Mercurial > minori
diff .clang-format @ 393:963047512d34
*: clang-format
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 07:16:15 -0500 |
| parents | 47c9f8502269 |
| children |
line wrap: on
line diff
--- a/.clang-format Fri Nov 07 07:10:32 2025 -0500 +++ b/.clang-format Fri Nov 07 07:16:15 2025 -0500 @@ -10,7 +10,7 @@ # hack!!! AccessModifierOffset: -4 -IndentCaseLabels: true +IndentCaseLabels: false IndentAccessModifiers: false IndentPPDirectives: AfterHash @@ -30,7 +30,7 @@ AllowShortBlocksOnASingleLine: Empty AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: InlineOnly -AllowShortCaseLabelsOnASingleLine: true +AllowShortCaseLabelsOnASingleLine: false Cpp11BracedListStyle: true
