view .clang-format @ 50546:2f5270af57c7

debug: use InputError instead of CommandError for validating arguments
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 31 May 2023 11:30:33 -0300
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