On 2024-03-20 15:42, Junio C Hamano wrote:
Dragan Simic <dsimic@xxxxxxxxxxx> writes:
Leading whitespace characters before and after 'name =', and the
Hmm, "leading whitespace" and "after" don't go very well together.
True. We can drop "leading" of course.
Good point.
I meant to refer to, in this sample illustration,
[section]
var = value # comment
the fact that "\t" before "var =" is discarded, and " " after "var ="
before "value" is also discarded.
Sure, thanks for the clarification. I'll try to tweak the wording
a bit further.