[postgis-tickets] r15229 - Topology files want space indent

Sandro Santilli strk at kbt.io
Sun Nov 13 05:53:31 PST 2016


Author: strk
Date: 2016-11-13 05:53:31 -0800 (Sun, 13 Nov 2016)
New Revision: 15229

Modified:
   trunk/.editorconfig
Log:
Topology files want space indent

Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2016-11-11 19:51:31 UTC (rev 15228)
+++ trunk/.editorconfig	2016-11-13 13:53:31 UTC (rev 15229)
@@ -21,6 +21,10 @@
 [topology/*.{c,h}]
 indent_style = space
 
+# topology C files want space indentation
+[liblwgeom/lwgeom_topo.{c,h}]
+indent_style = space
+
 # Makefiles want tab indentation
 [{Makefile.in,Makefile,GNUmakefile.in}]
 indent_style = tab



More information about the postgis-tickets mailing list