.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 01 Mar 2018 17:16:36 -0800
changeset 36575 df7b7d5033a5
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
exchange: remove dead assignment or forcebundle1 Differential Revision: https://phab.mercurial-scm.org/D2548

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