diff options
| author | Rutger Broekhoff | 2026-08-28 22:22:24 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-08-28 22:22:24 +0200 |
| commit | b0d7600970d2fdb1eb6fff813c7336ea34d4e228 (patch) | |
| tree | 051d6f80c7e332f4b31027025ae7c60c7ac70742 /server/.clang-format | |
| parent | 70643a9e4821bd11c3f363f1708fe420965467d1 (diff) | |
| download | routemon-b0d7600970d2fdb1eb6fff813c7336ea34d4e228.tar.gz routemon-b0d7600970d2fdb1eb6fff813c7336ea34d4e228.zip | |
Indent tweaks
Diffstat (limited to 'server/.clang-format')
| -rw-r--r-- | server/.clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/.clang-format b/server/.clang-format index 8e74797..1755757 100644 --- a/server/.clang-format +++ b/server/.clang-format | |||
| @@ -93,7 +93,7 @@ BinPackArguments: true | |||
| 93 | BinPackLongBracedList: true | 93 | BinPackLongBracedList: true |
| 94 | BinPackParameters: BinPack | 94 | BinPackParameters: BinPack |
| 95 | BitFieldColonSpacing: Both | 95 | BitFieldColonSpacing: Both |
| 96 | BracedInitializerIndentWidth: -1 | 96 | BracedInitializerIndentWidth: 2 |
| 97 | BraceWrapping: | 97 | BraceWrapping: |
| 98 | AfterCaseLabel: true | 98 | AfterCaseLabel: true |
| 99 | AfterClass: true | 99 | AfterClass: true |
| @@ -144,7 +144,7 @@ ColumnLimit: 80 | |||
| 144 | CommentPragmas: '^ IWYU pragma:' | 144 | CommentPragmas: '^ IWYU pragma:' |
| 145 | CompactNamespaces: false | 145 | CompactNamespaces: false |
| 146 | ConstructorInitializerIndentWidth: 2 | 146 | ConstructorInitializerIndentWidth: 2 |
| 147 | ContinuationIndentWidth: 2 | 147 | ContinuationIndentWidth: 4 |
| 148 | Cpp11BracedListStyle: AlignFirstComment | 148 | Cpp11BracedListStyle: AlignFirstComment |
| 149 | DerivePointerAlignment: false | 149 | DerivePointerAlignment: false |
| 150 | DisableFormat: false | 150 | DisableFormat: false |