From c25d14b1d0f0a0514f0f19e87aa7570adc9e3ac4 Mon Sep 17 00:00:00 2001 From: Victor Chernyakin <56512186+LocalSpook@users.noreply.github.com> Date: Thu, 10 Aug 2023 22:49:07 -0700 Subject: [PATCH] Specify charset and end_of_line in .editorconfig Additionally, changes the link to the EditorConfig website from http to https. PR #19437. --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f58613fb0..035f99e58 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,10 @@ -# EditorConfig is awesome: http://EditorConfig.org +# EditorConfig is awesome: https://EditorConfig.org root = true [*] +charset = utf-8 +end_of_line = lf indent_style = space indent_size = 4 insert_final_newline = true