From: Philippe Proulx Date: Tue, 16 Apr 2019 17:02:38 +0000 (-0400) Subject: .editorconfig: add `charset = utf-8` X-Git-Url: http://git.efficios.com/?p=deliverable%2Fbabeltrace.git;a=commitdiff_plain;h=f2d0cc33c515a2c84274bde2ca2e8156f1db55a4 .editorconfig: add `charset = utf-8` Signed-off-by: Philippe Proulx --- diff --git a/.editorconfig b/.editorconfig index cd6d86c9c..1817f65d5 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