.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Sun, 01 Apr 2018 22:48:32 -0700
changeset 37350 e32dfff71529
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
revset: use revsymbol() for checking if a symbol is valid Differential Revision: https://phab.mercurial-scm.org/D3078

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