.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Sat, 02 Mar 2019 13:28:17 -0800
changeset 41838 dcbb1b4dc93a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
walkfilerevs: rename filerevgen() to filerevs() since it's not a generator Differential Revision: https://phab.mercurial-scm.org/D6053

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