.clang-format
author Mark Thomas <mbthomas@fb.com>
Fri, 12 Oct 2018 15:46:51 +0000
changeset 40188 2c5316796f45
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
absorb: print summary of changesets affected Differential Revision: https://phab.mercurial-scm.org/D4998

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