summaryrefslogtreecommitdiffstats
path: root/.clang-format
blob: 0ff68114c7d827550411e9f3b9c273854f9798fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
UseTab: ForContinuationAndIndentation
IndentWidth: 4
TabWidth: 4
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Attach
AlignConsecutiveMacros: true
ColumnLimit: 100
IndentPPDirectives: AfterHash
SortIncludes: Never
AllowShortEnumsOnASingleLine: false
BinPackArguments: true
InsertBraces: true