mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Add SpaceAfterTemplateKeyword
and BreakTemplateDeclarations
Each seem to be conventions in our codebase that differ from LLVM.
This commit is contained in:
parent
2b84beffc9
commit
f00f13626c
@ -3,6 +3,7 @@ BasedOnStyle: LLVM
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
BreakBeforeBraces: Mozilla
|
||||
BreakTemplateDeclarations: Yes
|
||||
ColumnLimit: 100
|
||||
IncludeCategories:
|
||||
- Regex: ^"(base|icinga|remote|test)/
|
||||
@ -21,5 +22,6 @@ PenaltyBreakBeforeFirstCallParameter: 50
|
||||
PenaltyBreakOpenParenthesis: 50
|
||||
PointerAlignment: Left
|
||||
ReferenceAlignment: Left
|
||||
SpaceAfterTemplateKeyword: false
|
||||
TabWidth: 4
|
||||
UseTab: Always
|
||||
|
Loading…
x
Reference in New Issue
Block a user