.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 07 Feb 2019 23:19:33 -0800
changeset 41651 b2df5dc3ebfb
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
remove: pass around uipathfn and use instead of m.rel() (API) Same as previous commit, but now for remove. Differential Revision: https://phab.mercurial-scm.org/D5902

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