.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Jan 2023 13:38:56 -0800
branchstable
changeset 49837 59466b13a3ae
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
filemerge: fix crash when using filesets in [partial-merge-tools] Without this patch, you'd get `mercurial.error.ProgrammingError: fileset expression with no context`.

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