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