.clang-format
author Pulkit Goyal <pulkit@yandex-team.ru>
Fri, 24 May 2019 15:59:59 +0300
changeset 42369 343b3ed35cb8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
narrow: move heads close to common as they are closely related Differential Revision: https://phab.mercurial-scm.org/D6445

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