.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Feb 2023 00:42:00 +0100
changeset 50120 b54801fec664
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
dirstate-guard: remove the usage in `import` It is now redundant with the transaction spawning the same scope.

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