From 36c0c9193cbc4aedd1a7da6a87f5b1b5cb9aeb95 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 27 Dec 2023 15:43:05 -0700 Subject: [PATCH] .editorconfig: fixed utf8 issue --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f78e6ef..416f893 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -charset = utf8 +charset = utf-8 end_of_line = lf indent_style = tab indent_size = 4