.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 06 May 2024 17:51:21 +0200
branchstable
changeset 51496 028dc3f92dbd
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
relnotes: add 6.7.3

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