summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 01c8eeb25aa221c1c73e59845a8846c6fa1d078c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
Language:        Cpp
BasedOnStyle:  Google
AllowShortCaseLabelsOnASingleLine: true
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment
BraceWrapping:
  AfterClass: true
  AfterControlStatement: true
  AfterEnum: true
  AfterFunction: true
  AfterStruct: true
  AfterUnion: true
  BeforeCatch: true
  BeforeElse: true
BreakBeforeBraces: Custom
DerivePointerAlignment: false
...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback