We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6ed674 + 249ab78 commit 1f3707fCopy full SHA for 1f3707f
.gitattributes
@@ -12,3 +12,10 @@ yarn.lock merge=binary
12
# For more information, see this issue: https://github.com/Microsoft/web-build-tools/issues/1088
13
#
14
*.json linguist-language=JSON-with-Comments
15
+
16
+# Reduce incidence of needless merge conflicts on CHANGELOG.md
17
+# The man page at
18
+# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
19
+# suggests that this might interleave lines arbitrarily, but empirically
20
+# it keeps added chunks contiguous
21
+CHANGELOG.md merge=union
0 commit comments