Skip to content

Commit 6d213fc

Browse files
committed
Add end_of_line = lf to editorconfig
1 parent 1a0ffde commit 6d213fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Helps Github UI and some editors to work with Skript code
22
# Note: Eclipse reads its own config, not this file
3+
root = true
4+
35
[*]
6+
end_of_line = lf
47
indent_style = tab
58
indent_size = 4
69
charset = utf-8

0 commit comments

Comments
 (0)