summaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: b0dc94c1d27e1aa6f8af13b3ec3897e20e5eb809 (plain)
1
2
3
4
5
6
7
8
9
10
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
ColumnLimit: 100
PointerBindsToType: true
SpacesBeforeTrailingComments: 2