.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 16 Oct 2018 07:00:41 +0200
changeset 40314 73c2b9c9cd3c
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: convert string literals to bytes in contrib/hgclient.py # skip-blame just many b'' prefixes

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