From fa1f853c2bd95257357878ab5911855b86d6928b Mon Sep 17 00:00:00 2001 From: Brayden Date: Sun, 29 Oct 2017 20:58:08 -0700 Subject: [PATCH] Enforce UTF-8 now that VS handles it sanely Follow up to #5541. Fixed in 15.3: https://developercommunity.visualstudio.com/solutions/93089/view.html --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index a42588d1a6..0535ddb8ae 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +charset = utf-8 indent_size = 2 trim_trailing_whitespace = true