diff options
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 |