Skip to content

Commit

Permalink
add eol files
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 19, 2023
1 parent 09e3c87 commit 285be7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ indent_size = 2

[tabs.js]
indent_style = tab

[eol-lf.js]
end_of_line = lf

[eol-crlf.js]
end_of_line = crlf
2 changes: 2 additions & 0 deletions eol-crlf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
a = 1
b = 2
2 changes: 2 additions & 0 deletions eol-lf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
a = 1
b = 2

0 comments on commit 285be7d

Please sign in to comment.