fix: file encoding

This commit is contained in:
Wesley F. Young
2024-09-04 23:26:55 +08:00
parent 452c72d280
commit b415c1a6d1
2 changed files with 4 additions and 3 deletions

View File

@@ -17,5 +17,8 @@ charset = utf-8
indent_style = space
indent_size = 4
[*.bat]
charset = latin1
# Unfortunately, EditorConfig doesn't support space configuration inside import braces directly.
# You'll need to rely on your linter/formatter like ESLint or Prettier for that.