.clang-format
author Yuya Nishihara <yuya@tcha.org>
Mon, 02 Apr 2018 00:05:38 +0900
changeset 37906 a5d16f23a2c9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: wrap {inbranch} by hybridlist() This is also a 0/1-length list of a simple value, can 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