1
0
Fork 0

.editorconfig: fixed utf8 issue

This commit is contained in:
Emma Tebibyte 2023-12-27 15:43:05 -07:00
parent 1dff7d7e18
commit 36c0c9193c
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
root = true
[*]
charset = utf8
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4