.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 22 Feb 2024 10:58:54 +0100
changeset 51414 630d5283ee82
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phases: change the way we warm the phasecache in repocache Same logic as for the previous chngeset. We are about to rename and change the method used here.

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