[geos-commits] r4273 - trunk

Sandro Santilli strk at kbt.io
Tue Oct 25 08:55:09 PDT 2016


Author: strk
Date: 2016-10-25 08:55:09 -0700 (Tue, 25 Oct 2016)
New Revision: 4273

Modified:
   trunk/.editorconfig
Log:
Keep carriage-returns in *.vc files

Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2016-10-25 15:55:02 UTC (rev 4272)
+++ trunk/.editorconfig	2016-10-25 15:55:09 UTC (rev 4273)
@@ -23,3 +23,7 @@
 # YML files want space indentation
 [*.yml]
 indent_style = space
+
+# Visual-C files want carriage returns too
+[*.vc]
+end_of_line = crlf



More information about the geos-commits mailing list