summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 30fe2e7e8f9c5499dea945a1740d4b2518e6a607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
Language: Cpp
AlwaysBreakAfterDefinitionReturnType: All
AlignAfterOpenBracket: AlwaysBreak
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: false
BreakBeforeBraces: Linux
PointerAlignment: Right
ColumnLimit: 100
IndentWidth: 4
TabWidth: 4
UseTab: Always