.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 19 Nov 2019 23:49:05 +0900
changeset 43773 7b14d649af1b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
typing: consolidate "if not globals():" trick Removes redundant inline comments. I think pycompat is good place to host this kind of constants.

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