.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 11 Oct 2019 00:03:10 -0700
changeset 43246 0fd47eb508c6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
widening: remove unused "heads" argument Differential Revision: https://phab.mercurial-scm.org/D7096

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