.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Tue, 17 Jan 2023 14:53:18 +0100
changeset 50758 5d092194ac37
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
configitems: fix typo in devel warning about extension overrides

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