.clang-format
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Thu, 04 Apr 2019 19:08:37 +0200
changeset 42060 93a1a4fef532
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hgmanpage: use a py2 and py3 compatible iterable protocol

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