.clang-format
author Yuya Nishihara <yuya@tcha.org>
Fri, 23 Mar 2018 20:43:55 +0900
changeset 37163 0fb28899e81a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
templater: factor out unwrapastype() from evalastype() So ParseError of unwrapastype() can be caught reliably.

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