.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 17 Aug 2022 02:43:44 +0200
changeset 49424 360c156e1f81
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
obsstore: break the repo → obstore → repo loop This should help the garbage collector to do its job. On repository with many markers, the memory pressure from the obsstore can get quite serious.

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