view .clang-format @ 41845:343968d5236d

py3: add a new passing test found by buildbot Differential Revision: https://phab.mercurial-scm.org/D6073
author Pulkit Goyal <pulkit@yandex-team.ru>
date Tue, 05 Mar 2019 04:34:45 +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