view .clang-format @ 51221:5a7d5fd6808c

hg-cpython: rev_pyiter_collect_or_else It will be useful to give callers the control on the generated errors
author Georges Racinet <georges.racinet@octobus.net>
date Thu, 02 Nov 2023 12:17:06 +0100
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