Fix git whitespace warning
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Aug 2025 08:29:16 +0000 (10:29 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 15 Aug 2025 08:31:52 +0000 (10:31 +0200)
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.

.gitattributes

index 7ce9120c29d6b2a75f490f83783786530d3f9859..47967c038902e177f033b4010071b67e72dcff3f 100644 (file)
@@ -7,8 +7,8 @@
 *.x[ms]l   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