aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 02cc57fb5910a2400ca7f6b0f36ac32b3205175c (plain)
1
2
3
4
5
6
7
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty
PointerAlignment: Left
SortIncludes: true