.clang-format
author Yuya Nishihara <yuya@tcha.org>
Mon, 29 Jun 2020 20:53:32 +0900
changeset 45034 4a503c1b664a
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
merge with stable

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