.clang-format
author Mathias De Mare <mathias.de_mare@nokia.com>
Tue, 15 Feb 2022 15:33:33 +0100
branchstable
changeset 48740 6387562e68b3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
contrib: refer to RHEL and derivatives instead of CentOS specifically Differential Revision: https://phab.mercurial-scm.org/D12182

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