Create .gitattributes

This commit is contained in:
Letter N
2020-01-29 16:01:21 +08:00
committed by GitHub
parent 84a32c97fb
commit 2eca4d4397
+9
View File
@@ -0,0 +1,9 @@
# merger hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm merge=dmm
*.dmi merge=dmi
# force changelog merging to use union
html/changelog.html merge=union
# force all files to be LF
* text=auto