We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SpaceAfterTemplateKeyword
BreakTemplateDeclarations
1 parent 2b84bef commit f00f136Copy full SHA for f00f136
.clang-format
@@ -3,6 +3,7 @@ BasedOnStyle: LLVM
3
AccessModifierOffset: -4
4
AlignAfterOpenBracket: DontAlign
5
BreakBeforeBraces: Mozilla
6
+BreakTemplateDeclarations: Yes
7
ColumnLimit: 100
8
IncludeCategories:
9
- Regex: ^"(base|icinga|remote|test)/
@@ -21,5 +22,6 @@ PenaltyBreakBeforeFirstCallParameter: 50
21
22
PenaltyBreakOpenParenthesis: 50
23
PointerAlignment: Left
24
ReferenceAlignment: Left
25
+SpaceAfterTemplateKeyword: false
26
TabWidth: 4
27
UseTab: Always
0 commit comments