[geos-commits] [SCM] GEOS branch master updated. 312c085bdc9606896281c7d0610c1a1b3931e014

git at osgeo.org git at osgeo.org
Tue Mar 31 02:12:17 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  312c085bdc9606896281c7d0610c1a1b3931e014 (commit)
      from  18bfef9f1b25202189327fb0839d00aaadbb47d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 312c085bdc9606896281c7d0610c1a1b3931e014
Author: Grzegorz Szymaszek <gszymaszek at short.pl>
Date:   Mon Mar 30 21:04:10 2020 +0200

    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.

diff --git a/.editorconfig b/.editorconfig
index 4b4c95d..9f4132e 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]

-----------------------------------------------------------------------

Summary of changes:
 .editorconfig | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list