.clang-format
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Mon, 26 Aug 2019 08:25:01 -0400
changeset 42869 62eabdf91f85
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
rustfilepatterns: refactor the pattern of removing a prefix from a &[u8] Differential Revision: https://phab.mercurial-scm.org/D6766

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