.clang-format
author Ludovic Chabant <ludovic@chabant.com>
Fri, 19 Apr 2019 14:26:32 +0000
changeset 42208 91104f10ff65
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: properly reject non-encoded strings given to hgweb

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