Always use LF in .neon files

This commit is contained in:
Dylan K. Taylor 2021-11-30 01:16:28 +00:00
parent c19174a174
commit ba295dc7dc
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

1
.gitattributes vendored
View File

@ -4,6 +4,7 @@
*.sh text eol=lf
*.txt text eol=lf
*.properties text eol=lf
*.neon text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf