.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Sat, 19 Nov 2022 16:14:20 +0100
branchstable
changeset 49626 3324f39460e5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset c890d8b8bc59

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