.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 19 Nov 2018 21:11:08 +0300
changeset 40669 d6a13f6db69c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: use pycompat.byteskwargs() to covert keys of kwargs to bytes Differential Revision: https://phab.mercurial-scm.org/D5286

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