Fix git whitespace warning

Recent changes to src/tools/ci/README triggered warnings like

    src/tools/ci/README:88: leftover conflict marker

Raise conflict-marker-size in .gitattributes to avoid these.
This commit is contained in:
Peter Eisentraut 2025-08-15 10:29:16 +02:00
parent 8212c83939
commit 2e2e7ff7b8

4
.gitattributes vendored
View File

@ -12,8 +12,8 @@
*.xsl whitespace=space-before-tab,trailing-space,tab-in-indent
# Avoid confusing ASCII underlines with leftover merge conflict markers
README conflict-marker-size=32
README.* conflict-marker-size=32
README conflict-marker-size=48
README.* conflict-marker-size=48
# Certain data files that contain special whitespace, and other special cases
*.data -whitespace