.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 12 Oct 2021 08:55:19 -0700
changeset 48205 3fdeb657602f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
chistedit: move event() onto state class Differential Revision: https://phab.mercurial-scm.org/D11641

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