Make VFS Lua files always have LF line endings.

This commit is contained in:
Florian Nücke
2021-01-04 15:01:14 +01:00
parent 87677eb23b
commit 462da4b1b8

3
.gitattributes vendored
View File

@@ -3,3 +3,6 @@
# are changed when only line endings change.
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf
# Files provided to VM.
src/main/resources/data/oc2/file_systems/**/*.lua text eol=lf