.clang-format
author Simon Sapin <simon-commits@exyr.org>
Mon, 23 Nov 2020 11:58:52 +0100
changeset 45919 e63daff6e8ed
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
hgignore: add VS Code config Differential Revision: https://phab.mercurial-scm.org/D9370

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