[geos-commits] r4377 - trunk

Mateusz Loskot mateusz at loskot.net
Sun Mar 26 17:27:46 PDT 2017


Author: mloskot
Date: 2017-03-26 17:27:46 -0700 (Sun, 26 Mar 2017)
New Revision: 4377

Modified:
   trunk/.editorconfig
Log:
Add CMake files editing config


Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2017-03-26 23:00:49 UTC (rev 4376)
+++ trunk/.editorconfig	2017-03-27 00:27:46 UTC (rev 4377)
@@ -27,3 +27,13 @@
 # Visual-C files want carriage returns too
 [*.vc]
 end_of_line = crlf
+
+# CMake configuration files
+[CMakeLists.txt]
+indent_style = space
+indent_size = 2
+
+# CMake modules
+[*.cmake]
+indent_style = space
+indent_size = 2
\ No newline at end of file



More information about the geos-commits mailing list