.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 03 Dec 2022 03:45:39 +0100
changeset 49747 8a38cd76588f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
clone: 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