.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 25 Jan 2023 19:27:50 +0400
branchstable
changeset 49952 5df6d4f06a8f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hghave: make different has_pyoxidizer functions have different names There are 3 of them, and them all having the same name triggered code checkers.

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