From 29294318d02fc10f264820faff052f18deb3dc1f Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sun, 28 Jun 2020 21:44:09 -0500 Subject: [PATCH] Specifying utf-8 as default charset for all files --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3a1882a26..9d3f6f768 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ root = true insert_final_newline = true indent_style = space indent_size = 4 +charset = utf-8 [project.json] indent_size = 2 @@ -146,4 +147,4 @@ indent_size = 2 [*.sh] end_of_line = lf [*.{cmd, bat}] -end_of_line = crlf \ No newline at end of file +end_of_line = crlf