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.
REL_16_STABLE
Peter Eisentraut 4 weeks ago
parent d809494cdf
commit 1d5205d88b
  1. 4
      .gitattributes

4
.gitattributes vendored

@ -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

Loading…
Cancel
Save