]> granicus.if.org Git - postgis/commitdiff
Topology SQL files want space indent
authorSandro Santilli <strk@kbt.io>
Sun, 28 May 2017 20:35:56 +0000 (20:35 +0000)
committerSandro Santilli <strk@kbt.io>
Sun, 28 May 2017 20:35:56 +0000 (20:35 +0000)
See #3767

git-svn-id: http://svn.osgeo.org/postgis/trunk@15410 b70326c6-7e19-0410-871a-916f4a2858ee

.editorconfig

index dfc70b1c8e8e2fc53da58db8cbf8dafad863d63c..ccbdfd0cdc76ea5af2195d9c2ef8ed6ba97d6146 100644 (file)
@@ -25,6 +25,10 @@ indent_style = space
 [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