.clang-format
author Kyle Lippincott <spectral@google.com>
Thu, 23 Aug 2018 00:41:20 -0700
changeset 39518 c29548ba4a75
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
treemanifest: avoid loading everything just to get their nodeid Differential Revision: https://phab.mercurial-scm.org/D4369

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