.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 26 Jan 2023 17:46:54 +0100
changeset 50116 4f758b51bf9b
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
dirstate: enforce the use of `changing_files` context to change tracking Now that everything is using the new context, we can start enforcing its usage.

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