.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 03 May 2018 11:53:56 +0900
changeset 38355 d4fae9a0ab1f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
templater: add function to look up symbols used in template Formatter can use this information to enable slow paths such as loading ctx object only when necessary.

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