.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Fri, 05 Oct 2018 23:28:14 +0300
changeset 40077 daff528e00d7
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: add 8 new passing tests to whitelist found by buildbot We are getting close! Differential Revision: https://phab.mercurial-scm.org/D4893

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