.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 11 Jun 2022 00:59:11 +0200
changeset 49357 5b7a10ddb42f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
sparse: directly inline the `rebuild` wrapping Core is already aware of sparse, so lets move the handful of line of code that deal with it in `dirstate.rebuild` for the sake of simplicity.

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