.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Jan 2020 23:14:31 -0800
changeset 44210 d0c3eead515a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
copies: fix crash when copy source is not in graft base Differential Revision: https://phab.mercurial-scm.org/D8046

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