20f5ba7f3b1a1575e609b2fe3819d9121bfe6d29
dblume Add .clang-format

dblume authored 9 months ago

1) ---
2) Language:        Cpp
3) BasedOnStyle:    Google
dblume Reviewed and sorted .clang-...

dblume authored 8 months ago

4) AccessModifierOffset: -2
dblume Add .clang-format

dblume authored 9 months ago

5) AlignOperands:   false
6) AllowShortLoopsOnASingleLine: false
dblume Reviewed and sorted .clang-...

dblume authored 8 months ago

7) BreakBeforeBinaryOperators: NonAssignment
dblume Add .clang-format

dblume authored 9 months ago

8) 
9) # Support vim navigation with [[ and ]]
10) BreakBeforeBraces: Custom
11) BraceWrapping:
12)   AfterClass: true
13)   AfterFunction: true
14)   AfterStruct: true
15) 
16) BreakConstructorInitializers: AfterColon
dblume Minor comment tweak on line...

dblume authored 8 months ago

17) 
dblume Don't force column length l...

dblume authored 8 months ago

18) # Torvalds dislikes hard column length limits too.
19) # https://lkml.org/lkml/2020/5/29/1038
dblume Minor comment tweak on line...

dblume authored 8 months ago

20) ColumnLimit: 0
dblume Reviewed and sorted .clang-...

dblume authored 8 months ago

21) 
22) IndentWidth: 4
23) PackConstructorInitializers: NextLine  # available in v14
24) 
25) SortIncludes: false