.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Fri, 18 Feb 2022 12:55:20 +0100
branchstable
changeset 48775 f383129468e6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 6.0.3 for changeset dcec16e799dd

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