aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 97c7b2c68cf1fc5cf9e00ddb69265cef90266b7a (plain)
1
2
3
4
5
6
7
8
9
BasedOnStyle: LLVM
IndentWidth: 8
ColumnLimit: 80
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
IndentCaseLabels: false
AlignEscapedNewlines: Left