.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 31 Mar 2020 23:13:13 +0900
changeset 44671 cf144f50f413
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rust-chg: update dependencies Differential Revision: https://phab.mercurial-scm.org/D8359

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