[geos-commits] r4382 - trunk
Mateusz Loskot
mateusz at loskot.net
Tue Mar 28 06:56:40 PDT 2017
Author: mloskot
Date: 2017-03-28 06:56:40 -0700 (Tue, 28 Mar 2017)
New Revision: 4382
Modified:
trunk/.editorconfig
Log:
Add indent_size = 2 for .yml files
[ci skip]
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2017-03-28 11:56:19 UTC (rev 4381)
+++ trunk/.editorconfig 2017-03-28 13:56:40 UTC (rev 4382)
@@ -23,6 +23,7 @@
# YML files want space indentation
[*.yml]
indent_style = space
+indent_size = 2
# Visual-C files want carriage returns too
[*.vc]
@@ -36,4 +37,4 @@
# CMake modules
[*.cmake]
indent_style = space
-indent_size = 2
\ No newline at end of file
+indent_size = 2
More information about the geos-commits
mailing list