.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 19 Aug 2019 10:39:13 -0700
changeset 42784 777a9df5a1ef
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: don't try to call `util.queue` on Mercurial version before it existed Differential Revision: https://phab.mercurial-scm.org/D6744

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