.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 03 Oct 2022 10:00:00 +0200
branchstable
changeset 49502 dbdee8ac3e3f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
heptapod-ci: use shell script in pytype step

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