[geos-commits] r4387 - trunk/tests/unit

Mateusz Loskot mateusz at loskot.net
Wed Mar 29 18:47:37 PDT 2017


Author: mloskot
Date: 2017-03-29 18:47:37 -0700 (Wed, 29 Mar 2017)
New Revision: 4387

Removed:
   trunk/tests/unit/.editorconfig
Log:
Remove tests/unit/.editorconfig as useless.

The tests use mixture of whitespaces and indentation rules.

Deleted: trunk/tests/unit/.editorconfig
===================================================================
--- trunk/tests/unit/.editorconfig	2017-03-28 19:46:12 UTC (rev 4386)
+++ trunk/tests/unit/.editorconfig	2017-03-30 01:47:37 UTC (rev 4387)
@@ -1,31 +0,0 @@
-# http://editorconfig.org
-
-# top-most EditorConfig file
-root = false
-
-# every file needs these
-[*]
-charset = utf-8
-end_of_line = lf
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-# C++ files want tab indentation
-[*.{h,cpp}]
-indent_style = space
-indent_size = 4
-
-# Makefiles want tab indentation
-[Makefile.am]
-indent_style = tab
-indent_size = 2
-
-# CMake configuration files
-[CMakeLists.txt]
-indent_style = space
-indent_size = 2
-
-# CMake modules
-[*.cmake]
-indent_style = space
-indent_size = 2



More information about the geos-commits mailing list