.clang-format
author Mitchell Plamann <mplamann@janestreet.com>
Thu, 22 Oct 2020 12:31:26 -0400
branchstable
changeset 45754 b713e4cae2d7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test: avoid bashisms in test-transaction-rollback-on-sigpipe.t Differential Revision: https://phab.mercurial-scm.org/D9239

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