.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 19 Oct 2023 03:33:59 +0200
changeset 51096 8ec2de9c6770
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revlog: move the_revisioncache on the inner object The goal for this inner object is to compute that things we cache, it make more sense to have the inner object handle it directly.

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