Merge pull request #5838 from jbampton/editorconfig-batch-charset-encoding

Remove `charset = latin1` from `.editorconfig` for batch files
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-10-31 12:56:42 +09:00
committed by GitHub
+1 -1
View File
@@ -29,8 +29,8 @@ indent_style = space
trim_trailing_whitespace = true
#max_line_length = 120
# limitation to US-ASCII
[*.bat]
charset = latin1
end_of_line = crlf
indent_style = space
#max_line_length = 80