.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 31 May 2023 11:30:33 -0300
changeset 50546 2f5270af57c7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debug: use InputError instead of CommandError for validating arguments

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