.editorconfig: add `charset = utf-8`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 16 Apr 2019 17:02:38 +0000 (13:02 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
.editorconfig

index cd6d86c9ceaa64eeefee38d375f6794eabd8e945..1817f65d553e587c5f117d7361c72bff493b046d 100644 (file)
@@ -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
This page took 0.024406 seconds and 4 git commands to generate.