.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Tue, 10 Mar 2020 16:04:30 +0100
changeset 44518 b2e41723f886
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
run-tests: restrict Rust thread pool to 3 threads during tests Differential Revision: https://phab.mercurial-scm.org/D8270

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