.arcconfig
author Augie Fackler <augie@google.com>
Wed, 04 Oct 2017 11:00:04 -0400
changeset 34801 1f4249c764f1
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
mpatch: switch alignment of wrapped line from tab to spaces with clang-format I may be a weird person for liking this style, but our C style is historically nominally the Linux Kernel style, and when you configure clang-format to be kernel-ish, this is what you get. If we want to change it, we can do so by tweaking the formatter rules in the future. Differential Revision: https://phab.mercurial-scm.org/D1132

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}