view .clang-format @ 42355:9166935da31f

py3: add one new passing test found by buildbot Differential Revision: https://phab.mercurial-scm.org/D6412
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 21 May 2019 04:30:56 +0530
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