.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Mon, 28 Oct 2024 11:40:49 +0100
branchstable
changeset 52139 f730ee8a7ae0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset eae3ec345e5e

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