Skip to content

Commit 1e85999

Browse files
authored
Made git automatically convert to LF
This makes git automatically convert invalid CRLF line endings to LF (If improperly done by an IDE)
1 parent d8f43d1 commit 1e85999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.lua text=auto
2+
*.lua eol=lf

0 commit comments

Comments
 (0)