mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5838 from jbampton/editorconfig-batch-charset-encoding
Remove `charset = latin1` from `.editorconfig` for batch files
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user