.clang-format
author Ludovic Chabant <ludovic@chabant.com>
Tue, 29 Sep 2020 14:38:46 -0700
branchstable
changeset 45559 07731064ac41
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgdemandimport: exclude more sqlalchemy modules We could potentially exclude the entire sqlalchemy library.

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