From f4eb88f12354e200f04657f759f7c3a76bdcf8e6 Mon Sep 17 00:00:00 2001 From: Mitch Capper Date: Mon, 15 May 2017 17:32:41 -0500 Subject: [PATCH] Temporarily comment out the encoding setting in editorconfig due to a vs 2017 bug --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index beffa30..dae898f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] indent_style = space indent_size = 2 -charset = utf-8 +#charset = utf-8 #this does break VS it causes BOM to be added to files: https://developercommunity.visualstudio.com/content/problem/21744/vs2017-rc-breaks-the-encoding-of-my-files.html trim_trailing_whitespace = true insert_final_newline = true