summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 956884c1b67816d67b17ae3f085f39ffa5b9a24c (plain)
1
2
3
4
5
6
7
8
9
10
11
---
Language: Cpp
BasedOnStyle: Google
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 120
IndentWidth: 4
SpacesBeforeTrailingComments: 1
...