.clang-format
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 03 Sep 2020 14:45:16 +0530
changeset 45446 00e4e97c6bc8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debugmergestate: sort extras before printing Prevents flaky output. Differential Revision: https://phab.mercurial-scm.org/D8986

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