.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 23 Oct 2020 15:27:33 -0700
changeset 45766 1f7c077e0640
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
config: rename ui.graphnodetemplate to command-templates.graphnode Differential Revision: https://phab.mercurial-scm.org/D9246

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