.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 17 Oct 2020 13:06:18 +0900
branchstable
changeset 45751 60d0634c43c2
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
relnotes: add diffcontains() to new features list

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