.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 03 Mar 2018 10:32:06 -0500
changeset 36642 f6efb3c08c19
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: fix formatting of lock error message

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