.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 15 Nov 2021 20:10:50 -0800
changeset 48356 8ec4e8d7bbe6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
contrib: update Windows environment to Python 3.9.9 Let's keep the environment modern. Differential Revision: https://phab.mercurial-scm.org/D11775

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