.clang-format
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Tue, 18 May 2021 23:36:21 -0400
changeset 47306 aa07bcc4f505
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test: remove some unnecessary dependency on repo format Differential Revision: https://phab.mercurial-scm.org/D10757

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