.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 21 Jul 2023 15:50:56 +0200
branchstable
changeset 50761 4a3a9d961561
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
revlog: fix the naming scheme use by split temporary file The `-s` is now added on the first piece only and the `.i` is added to the index. This match the initially intended naming scheme.

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