From: Sandro Santilli Date: Sun, 28 May 2017 20:35:56 +0000 (+0000) Subject: Topology SQL files want space indent X-Git-Tag: 2.4.0alpha~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a420c2966005e42b7c04ea745324ffcda8294a93;p=postgis Topology SQL files want space indent See #3767 git-svn-id: http://svn.osgeo.org/postgis/trunk@15410 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.editorconfig b/.editorconfig index dfc70b1c8..ccbdfd0cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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