summaryrefslogtreecommitdiff
path: root/.clang-format
blob: c429e97500fb00675674d239d0aa13458308b1b3 (plain)
1
2
3
4
5
6
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Attach
IndentCaseLabels: true
AllowShortFunctionsOnASingleLine: false
ColumnLimit: 100