summaryrefslogtreecommitdiffstats
path: root/server/.clang-format
diff options
context:
space:
mode:
authorRutger Broekhoff2026-08-28 22:22:24 +0200
committerRutger Broekhoff2026-08-28 22:22:24 +0200
commitb0d7600970d2fdb1eb6fff813c7336ea34d4e228 (patch)
tree051d6f80c7e332f4b31027025ae7c60c7ac70742 /server/.clang-format
parent70643a9e4821bd11c3f363f1708fe420965467d1 (diff)
downloadroutemon-b0d7600970d2fdb1eb6fff813c7336ea34d4e228.tar.gz
routemon-b0d7600970d2fdb1eb6fff813c7336ea34d4e228.zip
Indent tweaks
Diffstat (limited to 'server/.clang-format')
-rw-r--r--server/.clang-format4
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
93BinPackLongBracedList: true 93BinPackLongBracedList: true
94BinPackParameters: BinPack 94BinPackParameters: BinPack
95BitFieldColonSpacing: Both 95BitFieldColonSpacing: Both
96BracedInitializerIndentWidth: -1 96BracedInitializerIndentWidth: 2
97BraceWrapping: 97BraceWrapping:
98 AfterCaseLabel: true 98 AfterCaseLabel: true
99 AfterClass: true 99 AfterClass: true
@@ -144,7 +144,7 @@ ColumnLimit: 80
144CommentPragmas: '^ IWYU pragma:' 144CommentPragmas: '^ IWYU pragma:'
145CompactNamespaces: false 145CompactNamespaces: false
146ConstructorInitializerIndentWidth: 2 146ConstructorInitializerIndentWidth: 2
147ContinuationIndentWidth: 2 147ContinuationIndentWidth: 4
148Cpp11BracedListStyle: AlignFirstComment 148Cpp11BracedListStyle: AlignFirstComment
149DerivePointerAlignment: false 149DerivePointerAlignment: false
150DisableFormat: false 150DisableFormat: false