.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 15 Apr 2022 11:20:49 -0400
changeset 49083 1c00777702da
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
contrib: update python dependencies on Windows Differential Revision: https://phab.mercurial-scm.org/D12559

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