[geos-commits] r4181 - trunk

Sandro Santilli strk at keybit.net
Wed Apr 6 03:50:50 PDT 2016


Author: strk
Date: 2016-04-06 03:50:50 -0700 (Wed, 06 Apr 2016)
New Revision: 4181

Added:
   trunk/.editorconfig
Log:
Stub an EditorConfig file

See http://editorconfig.org

Added: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	                        (rev 0)
+++ trunk/.editorconfig	2016-04-06 10:50:50 UTC (rev 4181)
@@ -0,0 +1,25 @@
+# http://editorconfig.org
+
+# top-most EditorConfig file
+root = true
+
+# 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 = tab
+indent_size = 2
+
+# Makefiles want tab indentation
+[Makefile.am]
+indent_style = tab
+indent_size = 2
+
+# YML files want space indentation
+[*.yml]
+indent_style = space



More information about the geos-commits mailing list