.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Sat, 09 Feb 2019 22:50:53 -0800
changeset 41676 0531dff73d0b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
match: delete unused root and cwd arguments from {always,never,exact}() (API) Differential Revision: https://phab.mercurial-scm.org/D5930

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