summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 316f76d89fc76abffc1682d1233554309e495e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
Language: Cpp
BasedOnStyle: LLVM
PointerAlignment: Left
IndentCaseLabels: true
ContinuationIndentWidth: 2
ConstructorInitializerIndentWidth: 2
SpaceAfterTemplateKeyword: false
BinPackArguments: false
BinPackParameters: false
---
Language: JavaScript
DisableFormat: true
---
Language: Json
BasedOnStyle: LLVM
---