.clang-format
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 13 Nov 2019 15:23:04 +0100
changeset 43627 af3e341dbf03
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
mail: use a native string for "subtype" value This is somehow similar to previous changeset and avoids one str conversion.

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