[geos-commits] [SCM] geos branch master updated. 03073476f4a07f0fe99e804a50fcdf87e550459a
git at osgeo.org
git at osgeo.org
Fri Jul 14 06:52:22 PDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".
The branch, master has been updated
via 03073476f4a07f0fe99e804a50fcdf87e550459a (commit)
from 335bfb8f3d21acd338820d6a36f0c0f218ec3dc2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 03073476f4a07f0fe99e804a50fcdf87e550459a
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jul 14 15:52:06 2017 +0200
Stackwalker.cpp uses 2 space indent while XMLTester.cpp 2 space
diff --git a/.editorconfig b/.editorconfig
index efd6398..69886d0 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -51,7 +51,12 @@ indent_size = 2
indent_style = space
indent_size = 2
-# XMLTester.cpp wants space indent
-[tests/xmltester/{XMLTester,Stackwalker}.cpp]
+# XMLTester.cpp wants 2-space indent
+[tests/xmltester/XMLTester.cpp]
+indent_style = space
+indent_size = 4
+
+# Stackwalker.cpp wants 4-space indent
+[tests/xmltester/Stackwalker.cpp]
indent_style = space
indent_size = 2
-----------------------------------------------------------------------
Summary of changes:
.editorconfig | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
geos
More information about the geos-commits
mailing list