.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 15 Oct 2020 22:36:17 -0700
changeset 45744 4df5d3965a3e
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
serve: leverage cmdutil.check_incompatible_arguments() Differential Revision: https://phab.mercurial-scm.org/D9222

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