summaryrefslogtreecommitdiff
path: root/.clang-format
blob: cf788cb6b7ebd23c0313c5d7ec9c2df6280f56a3 (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
...

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback