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