.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 25 Nov 2018 22:39:54 +0900
changeset 40757 5bcf264bb1a0
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
localrepo: correct docstring of filectx() The same reason as b6c2543e1dd8. It can't be any changeset specifiers but revision number.

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