Skip to content

Commit 0ec9638

Browse files
author
Chris Decoster
committed
Add entry in .editorconfig to stop windoze changing the end of line format.
1 parent a3a6bea commit 0ec9638

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[*.js]
22
indent_style = space
3-
indent_size = 2
3+
indent_size = 2
4+
5+
[*]
6+
end_of_line = lf

0 commit comments

Comments
 (0)