.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 06 Feb 2018 08:49:37 -0800
changeset 36339 a4d41ba4ad23
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
verify: don't reimplement any() Differential Revision: https://phab.mercurial-scm.org/D2372

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