.clang-format
author Manuel Jacob <me@manueljacob.de>
Fri, 29 May 2020 03:56:07 +0200
changeset 44926 8e8fd938ca07
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
cleanup: eliminate procutil.quotecommand() After some compatibility code was removed, the function was the identity function on all platforms.

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