view .clang-format @ 44886:1409da2148c8

tests: stop checking for optional, now impossible output In 7dd63a8cb1ee, the code that could output that line was removed.
author Manuel Jacob <me@manueljacob.de>
date Sat, 30 May 2020 19:04:53 +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