forked from cory/tildefriends
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
|
# requires clang-format >= 3.6
|
||
|
BasedOnStyle: "LLVM"
|
||
|
IndentWidth: 4
|
||
|
ColumnLimit: 132
|
||
|
BreakBeforeBraces: Linux
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
SortIncludes: false
|