.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 06:33:50 +0100
changeset 49730 c6ae90515660
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
path: use `get_unique_pull_path_obj` in `hg relink` This is not really needed, but that help removing caller of the older function.

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