.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 21 Feb 2023 22:32:04 +0100
changeset 50194 72ef6c4888da
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
dirstate: start tracking that we are within a `running_status` context

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