Skip to content

Commit 08ff8fd

Browse files
committed
Standardize EOL: LF default, CRLF for Windows shell files
1 parent 7504488 commit 08ff8fd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ root = true
22

33
[*]
44
charset = utf-8
5-
end_of_line = crlf
5+
end_of_line = lf
66
insert_final_newline = true
77
trim_trailing_whitespace = true
88

@@ -14,3 +14,6 @@ indent_size = 4
1414
indent_style = space
1515
indent_size = 2
1616
trim_trailing_whitespace = false
17+
18+
[*.{ps1,bat,cmd}]
19+
end_of_line = crlf

0 commit comments

Comments
 (0)