Skip to content

Commit 31180da

Browse files
Remove the requirement to use CRLF in .editorconfig
Since there is no way to tell .editorconfig to use the platform's native new line mode, it's better to remove this setting than to force CRLF, because it will also be forced on Linux, and if Bash scripts are ever added to this repository, they will break as they don't support CRLF.
1 parent ded64b2 commit 31180da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ root = true
33

44
[*]
55
charset = utf-8
6-
end_of_line = crlf
76
indent_style = space
87
indent_size = 4
98
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)