Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit dc5fc21

Browse files
authored
chore: remove end_of_line from editorconfig (#2635)
The `end_of_line` setting causes issues on Windows machines that have `autocrlf` set to true (the default): https://git-scm.com/book/tr/v2/Customizing-Git-Git-Configuration#Formatting-and-Whitespace
1 parent b17c5c0 commit dc5fc21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ root = true
55
charset = utf-8
66
indent_style = space
77
indent_size = 2
8-
end_of_line = lf
98
insert_final_newline = true
109
trim_trailing_whitespace = true
1110

0 commit comments

Comments
 (0)