mirror of
https://github.com/Icinga/icinga2.git
synced 2025-08-17 23:58:18 +02:00
28 lines
636 B
YAML
28 lines
636 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
BreakBeforeBraces: Mozilla
|
|
BreakTemplateDeclarations: Yes
|
|
ColumnLimit: 120
|
|
IncludeCategories:
|
|
- Regex: ^"(base|icinga|remote|test)/
|
|
Priority: 1
|
|
CaseSensitive: false
|
|
- Regex: ^<boost/
|
|
Priority: 2
|
|
CaseSensitive: false
|
|
- Regex: ^<
|
|
Priority: 3
|
|
CaseSensitive: false
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
PenaltyBreakBeforeFirstCallParameter: 50
|
|
PenaltyBreakOpenParenthesis: 50
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
SpaceAfterTemplateKeyword: false
|
|
TabWidth: 4
|
|
UseTab: Always
|