Nicholas Bransby-Williams [off-list ref] writes:
Thanks, I didn't miss that.
I have no control over the content in the file so I don't know what an
appropriate number is.
Those who are editing the file would be able to adjust the
attributes themselves, no?
-----Original Message-----
From: Junio C Hamano <redacted>
On October 28, 2021 7:11 PM,
To: Nicholas Bransby-Williams <redacted>
Cc: git@vger.kernel.org
Subject: Re: conflict markers in markdown files
Nicholas Bransby-Williams [off-list ref] writes:
quoted
Thanks, I didn't miss that.
I have no control over the content in the file so I don't know what an
appropriate number is.
Those who are editing the file would be able to adjust the attributes
themselves,
no?
It sounds like we might need an attribute like:
*.md conflict-marker-size=32,conflict-marker-separator='~'
to stick 32 ~ characters as a separator, if going down that path. I'm not
sure how hard this would be, but tooling other systems, like JGit and every
client on the planet would be painful.
-Randall