.clang-format
author Yuya Nishihara <yuya@tcha.org>
Mon, 25 May 2020 23:02:07 +0900
changeset 44925 ce8fe77102f4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust: fix false comment about mpsc::Sender We need Sync to share the Sender reference across threads.

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