1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-23 16:53:16 +02:00

gitattributes: set txt and gm9 to text, images/browserconfig.exe to use CRLF explicitly

This commit is contained in:
Ian Burgwin
2022-02-23 01:59:46 -08:00
parent cb872ec243
commit 7b9f515f3d

5
.gitattributes vendored
View File

@@ -8,3 +8,8 @@ CHANGELOG.md text merge=union
docs/_docs/18-history.md text merge=union docs/_docs/18-history.md text merge=union
*.md text *.md text
*.txt text
*.gm9 text
# probably not required, but CRLF is the default for Windows
images/browserconfig.xml text eol=crlf