.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Feb 2019 10:01:55 -0800
changeset 41629 5ee3c49fc9cd
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
subrepo: adjust subrepo prefix before calling subrepo.addremove() (API) Differential Revision: https://phab.mercurial-scm.org/D5885

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