view .clang-format @ 45024:6597e2a73a28 stable

tests: use path inside test dir This will make the diff for the next patch less noisy.
author Manuel Jacob <me@manueljacob.de>
date Tue, 30 Jun 2020 01:32:17 +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