.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 12 Oct 2021 09:22:29 -0700
changeset 48211 141aafac446c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
chistedit: move changeaction() onto state class Differential Revision: https://phab.mercurial-scm.org/D11647

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