.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 12 Apr 2019 21:41:51 -0700
changeset 42210 341bddf88ac5
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
copies: delete debug message about changes since common ancestor Same reasoning as previous patch. Differential Revision: https://phab.mercurial-scm.org/D6250

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