.clang-format
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sat, 30 May 2020 11:36:30 -0400
changeset 44904 7ca1d635e4a6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rust: add a pointer for profiling to the README As figuring out how to get useful profiles is not obvious. Differential Revision: https://phab.mercurial-scm.org/D8603

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