Merge pull request #173 from LetterN/patch-2

Updates gitattributes and editorconfig
This commit is contained in:
Dahlular
2020-01-29 03:22:50 -07:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
+7
View File
@@ -2,3 +2,10 @@
insert_final_newline = true
indent_style = tab
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[*.txt]
insert_final_newline = false
+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