.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Tue, 04 Sep 2018 17:33:59 +0300
changeset 39430 c3491d3f8984
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: add more missing b'' prefixes in test files # skip-blame because just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D4458

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