.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 19:15:04 +0100
changeset 49858 2a5feacc4085
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
addbranchrevs: explicitly detect the need to fetch a peer Instead of having `peer()` method on all `peer()` for this usecase, we could simply handle it explicitly.

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