From: Philippe Proulx Date: Tue, 16 Apr 2019 17:02:38 +0000 (-0400) Subject: .editorconfig: add `charset = utf-8` X-Git-Tag: v2.0.0-pre5~96 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5d15ae4933ddbd51fa0d83528433a21c3b3cc532 .editorconfig: add `charset = utf-8` Signed-off-by: Philippe Proulx --- 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