summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 23e537b33934ed62673396a1bc0bf7494b7436d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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
---
Language: Java
BasedOnStyle:  Google
ColumnLimit: 80
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: NonAssignment
...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback