From 312c085bdc9606896281c7d0610c1a1b3931e014 Mon Sep 17 00:00:00 2001 From: Grzegorz Szymaszek Date: Mon, 30 Mar 2020 21:04:10 +0200 Subject: [PATCH] Remove redundant EditorConfig properties The insert_final_newline and trim_trailing_whitespace properties do not have to be enabled for CMakeLists.txt as they are already enabled for all files. --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4b4c95dc61..9f4132e05c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -37,8 +37,6 @@ end_of_line = crlf [CMakeLists.txt] indent_style = space indent_size = 2 -trim_trailing_whitespace = true -insert_final_newline = true # CMake modules [*.cmake]