.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 05 Mar 2020 08:30:11 -0800
branchstable
changeset 44429 24a3a9f7ea77
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
histedit: fix formatting after D8150 Differential Revision: https://phab.mercurial-scm.org/D8230

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