Force kotlin and json files to crlf line endings

This commit is contained in:
DBotThePony 2022-09-06 21:52:05 +07:00
parent c75c056790
commit 3fdc32622d
Signed by: DBot
GPG Key ID: DCC23B5715498507

3
.gitattributes vendored
View File

@ -4,3 +4,6 @@
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf
*.xcf filter=lfs diff=lfs merge=lfs -text
*.kt text eol=crlf
*.json text eol=crlf