.clang-format
author Raphaël Gomès <rgomes@octobus.net>
Thu, 06 Jul 2023 12:17:20 +0200
changeset 50768 067edf5083a1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rhg: use default configitem in `cat` Now that we've declared the items, we can get rid of the manual fallback.

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