Skip to content

Commit

Permalink
Made IDEs correctly use Unix LF instead of CRLF
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ccuser44 committed Apr 21, 2023
1 parent 216b3f4 commit d8f43d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[*.lua]
indent_style = tab
indent_size = 4
end_of_line = lf

0 comments on commit d8f43d1

Please sign in to comment.