summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 8515b05b85c94390ba3fcf48113a95d975287cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
---
Language: Cpp
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
TabWidth: 2