.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 17 Jan 2022 19:18:20 +0100
changeset 48599 dfbfa802876b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
requirements: move "bookmark in store" requirements in the right module There seems to be no reasons to not have it with the others. Differential Revision: https://phab.mercurial-scm.org/D12030

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