From b2c40bfe79fb737375bc5f2f4200865b3f575ca8 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 15 Jul 2023 10:22:49 +0200 Subject: editorconfig: Explicitly specify preferred charset (UTF-8) Really should be the default everywhere by now, but doesn't hurt to be extra explicit --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index bc6056d3..4a1b79bf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] +charset = utf-8 end_of_line = lf indent_style = tab insert_final_newline = true -- cgit v1.2.3