.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Sat, 14 Apr 2018 20:34:14 +0800
changeset 37686 b1b1b0626f59
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
templates: make divergentnodes in whyunstable keyword be a hybrid list

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2