view .clang-format @ 38503:077301ac69dc

scmutil: fix __enter__ in progress context manager Differential Revision: https://phab.mercurial-scm.org/D3861
author Danny Hooper <hooper@google.com>
date Fri, 29 Jun 2018 14:43:41 -0700
parents d0a3fa849cb8
children
line wrap: on
line source

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