From ab5ff6a6f8aa051d7b087aa3c0c12666e688a3e3 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 26 Dec 2017 21:14:37 +0000 Subject: [PATCH] .editorconfig fixes (#4113) alpha-sort .editorconfig remove unknown .editorconfig command --- .editorconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index cbe0b6311..ffe6e83c6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,9 +2,7 @@ root = true [*] -indent_style = tab charset = utf-8 -trim_trailing_whitespace = true +indent_style = tab insert_final_newline = true -spaces_around_operators = true - +trim_trailing_whitespace = true