From 5d15ae4933ddbd51fa0d83528433a21c3b3cc532 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 16 Apr 2019 13:02:38 -0400 Subject: [PATCH] .editorconfig: add `charset = utf-8` Signed-off-by: Philippe Proulx --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index cd6d86c9..1817f65d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +charset = utf-8 [*.{c,h,i}] indent_style = tab -- 2.34.1