summaryrefslogtreecommitdiff
path: root/.clang-format
blob: df4a55b62735c04e92469212f42ce052dd84bfb8 (plain)
1
2
3
4
5
6
7
8
9
---
Language: Cpp
AlignAfterOpenBracket: AlwaysBreak
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: false
BreakBeforeBraces: Allman
PointerAlignment: Right
ColumnLimit: 80
IndentWidth: 2