.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Wed, 04 Jan 2023 12:07:55 +0100
branchstable
changeset 49624 a308c69470e7
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset 59466b13a3ae

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