view .clang-format @ 44879:ab5348bbc55e

tests: remove "defaultcacerts" check `sslutil._canloaddefaultcerts` is always true (and will be removed).
author Manuel Jacob <me@manueljacob.de>
date Sat, 30 May 2020 05:08:02 +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