.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Tue, 18 Jan 2022 10:27:13 +0100
changeset 48569 f13fb742e1d8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
branching: merge with stable

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