.clang-format
author Mathias De Mare <mathias.de_mare@nokia.com>
Mon, 14 Feb 2022 11:32:03 +0100
branchstable
changeset 48739 aeeb54261099
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
packaging: replace centos8 by rockylinux 8 Differential Revision: https://phab.mercurial-scm.org/D12172

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