[postgis-tickets] r15410 - Topology SQL files want space indent
Sandro Santilli
strk at kbt.io
Sun May 28 13:35:56 PDT 2017
Author: strk
Date: 2017-05-28 13:35:56 -0700 (Sun, 28 May 2017)
New Revision: 15410
Modified:
trunk/.editorconfig
Log:
Topology SQL files want space indent
See #3767
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2017-05-27 17:07:42 UTC (rev 15409)
+++ trunk/.editorconfig 2017-05-28 20:35:56 UTC (rev 15410)
@@ -25,6 +25,10 @@
[liblwgeom/lwgeom_topo.{c,h}]
indent_style = space
+# topology SQL files want space indentation
+[topology/**.{sql,sql.in}]
+indent_style = space
+
# Makefiles want tab indentation
[{Makefile.in,Makefile,GNUmakefile.in}]
indent_style = tab
More information about the postgis-tickets
mailing list