summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 1975b1917f8b9844972813728412c6895d9b7f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
ColumnLimit: 100
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
DerivePointerAlignment: true
UseTab: ForIndentation