.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Mar 2023 21:18:54 +0000
branchstable
changeset 50355 e6532a7336d0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
dirstate: try refreshing the changelog when parent are unknown See inline comment for details.

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