.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 08 Mar 2018 23:10:46 +0900
changeset 36926 6ff6e1d6b5b8
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
templater: move stringify() to templateutil module As we have a util module, it doesn't make sense to import stringify() from templatefilters.py.

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