.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 08 Sep 2019 13:23:55 +0900
changeset 42891 5ccc08d02280
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust-cpython: leverage py_shared_iterator::from_inner() where appropriate

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