File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ BasedOnStyle : LLVM
3
+ AccessModifierOffset : -4
4
+ AlignAfterOpenBracket : DontAlign
5
+ BreakBeforeBraces : Mozilla
6
+ ColumnLimit : 100
7
+ IncludeCategories :
8
+ - Regex : ^"(base|icinga|remote|test)/
9
+ Priority : 1
10
+ CaseSensitive : false
11
+ - Regex : ^<boost/
12
+ Priority : 2
13
+ CaseSensitive : false
14
+ - Regex : ^<
15
+ Priority : 3
16
+ CaseSensitive : false
17
+ IndentCaseLabels : true
18
+ IndentWidth : 4
19
+ PenaltyBreakAssignment : 50
20
+ PenaltyBreakBeforeFirstCallParameter : 50
21
+ PenaltyBreakOpenParenthesis : 50
22
+ PointerAlignment : Left
23
+ ReferenceAlignment : Left
24
+ TabWidth : 4
25
+ UseTab : Always
Original file line number Diff line number Diff line change 3
3
4
4
# Except those related to git and vagrant
5
5
! .git *
6
+ ! .clang-format
6
7
! .puppet *
7
8
! .travis.yml
8
9
! .mailmap
You can’t perform that action at this time.
0 commit comments