view .clang-format @ 51962:7b8769cca23d stable

doctest: use the system hg to find the list of file to tests Same as what we do for the `.t` tests, but more manually.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 08 Oct 2024 20:50:46 +0200
parents d0a3fa849cb8
children
line wrap: on
line source

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