Skip to content

Commit 0f7ae9d

Browse files
authored
Merge pull request #130 from ccuser44/patch-2
Made IDEs correctly use Unix LF instead of CRLF
2 parents 216b3f4 + 1e85999 commit 0f7ae9d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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

.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)