Skip to content

Commit d8f43d1

Browse files
authored
Made IDEs correctly use Unix LF instead of CRLF
Some IDEs will use CRLF line endings instead of just a newline (things on Windows) This fixes it so that they will use the proper LF ie. a single newline instead of a carriage return and a newline
1 parent 216b3f4 commit d8f43d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[*.lua]
22
indent_style = tab
33
indent_size = 4
4+
end_of_line = lf

0 commit comments

Comments
 (0)