aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf/editors/clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf/editors/clang-format')
-rw-r--r--contrib/conf/editors/clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf/editors/clang-format b/contrib/conf/editors/clang-format
index fd47fb654..aa6c2aa17 100644
--- a/contrib/conf/editors/clang-format
+++ b/contrib/conf/editors/clang-format
@@ -94,7 +94,7 @@ PenaltyBreakTemplateDeclaration: 10
94PenaltyExcessCharacter: 1000000 94PenaltyExcessCharacter: 1000000
95PenaltyReturnTypeOnItsOwnLine: 60 95PenaltyReturnTypeOnItsOwnLine: 60
96PointerAlignment: Right 96PointerAlignment: Right
97ReflowComments: true 97ReflowComments: false
98SortIncludes: false 98SortIncludes: false
99SortUsingDeclarations: true 99SortUsingDeclarations: true
100SpaceAfterCStyleCast: true 100SpaceAfterCStyleCast: true