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

Sandro Santilli strk at kbt.io
Tue Mar 28 12:46:12 PDT 2017


Author: strk
Date: 2017-03-28 12:46:12 -0700 (Tue, 28 Mar 2017)
New Revision: 4386

Added:
   trunk/tests/unit/.editorconfig
Log:
Use spaces under tests/unit

Added: trunk/tests/unit/.editorconfig
===================================================================
--- trunk/tests/unit/.editorconfig	                        (rev 0)
+++ trunk/tests/unit/.editorconfig	2017-03-28 19:46:12 UTC (rev 4386)
@@ -0,0 +1,31 @@
+# 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