aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: dabc4605e8bb65d1dcfeebeb9906a51324eabc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
BasedOnStyle: LLVM
AllowShortIfStatementsOnASingleLine: Always
AllowShortBlocksOnASingleLine: 'true'
AllowShortLoopsOnASingleLine: 'true'
AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBraces: Stroustrup
ColumnLimit: '120'
UseTab: Never

...