.clang-format
author Thomas Klausner <wiz@gatalith.at>
Sun, 28 Nov 2021 11:27:08 +0100
branchstable
changeset 48346 e6aecc37bfbf
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: fix test-fix on NetBSD Differential Revision: https://phab.mercurial-scm.org/D11816

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