.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 19 Dec 2023 21:38:46 +0100
changeset 51296 3972d090aba2
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgweb: update _runwsgi try/except range to be valid The `tmpl` variable is used in the `except` and `finally`, so we need it created before the `try` is open.

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