.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 30 Aug 2019 16:43:43 -0700
changeset 42834 c085cb134b9e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
statprof: use context manager when reading source from file Differential Revision: https://phab.mercurial-scm.org/D6779

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