From e425a4a08b845fa90ab4312cf795033806e2882c Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 4 Jun 2017 16:59:16 -0700 Subject: [PATCH] editorconfig: remove utf-8 setting --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ca3c67bb02..a2ef9da067 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,6 @@ root = true [*] -charset = utf-8 end_of_line = lf indent_size = 2 trim_trailing_whitespace = true