.clang-format
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Thu, 04 Apr 2019 19:06:48 +0200
changeset 42058 ec7b478f1bf8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
packaging: allow to run make with python3 Use "?=", otherwise the variable cannot be set from environment.

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