From patchwork Wed Jan 8 16:50:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D7618: fix: correct the clang-format example hgrc so that it actually works From: phabricator X-Patchwork-Id: 44182 Message-Id: <3c1c743591d9e1ae7c9ac338a0c890cc@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Wed, 8 Jan 2020 16:50:59 +0000 Closed by commit rHG7a16c779a9d0: fix: correct the clang-format example hgrc so that it actually works (authored by spectral). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7618?vs=18660&id=19071 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7618/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7618 AFFECTED FILES contrib/examples/fix.hgrc CHANGE DETAILS To: spectral, #hg-reviewers, pulkit Cc: pulkit, mercurial-devel diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc --- a/contrib/examples/fix.hgrc +++ b/contrib/examples/fix.hgrc @@ -1,6 +1,6 @@ [fix] -clang-format:command = clang-format --style file -i -clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist" +clang-format:command = clang-format --style file +clang-format:pattern = set:(**.c or **.cc or **.h) and not "include:contrib/clang-format-ignorelist" rustfmt:command = rustfmt rustfmt:pattern = set:**.rs