1
0
forked from bonsai/harakit

.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

View File

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