Skip to content

Commit f00f136

Browse files
Add SpaceAfterTemplateKeyword and BreakTemplateDeclarations
Each seem to be conventions in our codebase that differ from LLVM.
1 parent 2b84bef commit f00f136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ BasedOnStyle: LLVM
33
AccessModifierOffset: -4
44
AlignAfterOpenBracket: DontAlign
55
BreakBeforeBraces: Mozilla
6+
BreakTemplateDeclarations: Yes
67
ColumnLimit: 100
78
IncludeCategories:
89
- Regex: ^"(base|icinga|remote|test)/
@@ -21,5 +22,6 @@ PenaltyBreakBeforeFirstCallParameter: 50
2122
PenaltyBreakOpenParenthesis: 50
2223
PointerAlignment: Left
2324
ReferenceAlignment: Left
25+
SpaceAfterTemplateKeyword: false
2426
TabWidth: 4
2527
UseTab: Always

0 commit comments

Comments
 (0)