.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 14 Nov 2022 10:34:17 +0100
branchstable
changeset 49582 b8f84d2c698a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 6.3.0 for changeset 04f1dba53c96

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