.clang-format
author Manuel Jacob <me@manueljacob.de>
Tue, 31 May 2022 01:06:29 +0200
changeset 49289 6c4c341d8fa5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
convert: inline Python 3 variant of url2pathname_like_subversion()

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