From d74463092d1fa22157f6ae678a53125f50206653 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 8 Jul 2017 12:31:22 -0400 Subject: [PATCH] standardise file encoding --- src/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.editorconfig b/src/.editorconfig index 132fe6cb..4271803d 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -10,6 +10,7 @@ indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true +charset = utf-8 [*.json] indent_size = 2