From ac32d90b64ed3dfad86e486aaa420de427ad4af8 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Tue, 4 May 2021 15:28:03 +0100 Subject: [PATCH] Add charset to editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 6daa71388bd..bbcd55ca5f3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,7 @@ trim_trailing_whitespace=true insert_final_newline=true [*] +charset = utf-8 indent_style = tab indent_size = 4