Skip to content

Commit

Permalink
Merge pull request #130 from ccuser44/patch-2
Browse files Browse the repository at this point in the history
Made IDEs correctly use Unix LF instead of CRLF
  • Loading branch information
levno-710 committed May 1, 2023
2 parents 216b3f4 + 1e85999 commit 0f7ae9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.lua text=auto
*.lua eol=lf

0 comments on commit 0f7ae9d

Please sign in to comment.