Tell Git to use a distinct conflict marker size in `.rst` files
Use a long conflict marker size that is unlikely to be in conflict with a `=======` section header underline.
This commit is contained in:
parent
c7006d2ef1
commit
da60adc363
|
@ -21,3 +21,5 @@ configure crlf=input
|
||||||
*.cxx whitespace=tab-in-indent
|
*.cxx whitespace=tab-in-indent
|
||||||
*.txt whitespace=tab-in-indent
|
*.txt whitespace=tab-in-indent
|
||||||
*.cmake whitespace=tab-in-indent
|
*.cmake whitespace=tab-in-indent
|
||||||
|
|
||||||
|
*.rst whitespace=tab-in-indent conflict-marker-size=79
|
||||||
|
|
Loading…
Reference in New Issue