.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 05 Apr 2024 11:17:25 +0200
changeset 51578 231a92eb1936
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phases: more compact error handling in analyzeremotephases using an intermediate variable result in more readable code, so let us use it.

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