view .clang-format @ 44435:4152183acedd

mq: don't tell user to commit merge that we already committed Differential Revision: https://phab.mercurial-scm.org/D8000
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 24 Jan 2020 15:51:19 -0800
parents d0a3fa849cb8
children
line wrap: on
line source

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