.clang-format
author Julien Cristau <jcristau@mozilla.com>
Wed, 22 Mar 2023 15:19:02 +0100
changeset 50403 4341c2271d67
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
help: fix formatting for http config section

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