From 31ec62abfcdfe7f280afa604218b36af413a0e0d Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 26 Oct 2013 16:29:05 -0700 Subject: [PATCH] Issue #2117831 by corbacho: Update .editorconfig file. --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 473bf576c56..ccc6a281e51 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,9 +9,6 @@ root = true end_of_line = LF indent_style = space indent_size = 2 - -# Not in the spec yet: -# @see https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true