.clang-format
13 lines
| 343 B
| text/plain
|
TextLexer
Augie Fackler
|
r34799 | BasedOnStyle: LLVM | ||
IndentWidth: 8 | ||||
UseTab: ForIndentation | ||||
BreakBeforeBraces: Linux | ||||
AllowShortIfStatementsOnASingleLine: false | ||||
IndentCaseLabels: false | ||||
AllowShortBlocksOnASingleLine: false | ||||
AllowShortFunctionsOnASingleLine: false | ||||
Augie Fackler
|
r36242 | IncludeCategories: | ||
- Regex: '^<' | ||||
Priority: 1 | ||||
- Regex: '^"' | ||||
Priority: 2 | ||||