From: Sandro Santilli Date: Sun, 13 Nov 2016 13:53:31 +0000 (+0000) Subject: Topology files want space indent X-Git-Tag: 2.4.0alpha~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ea10cbd86a1263c123cdff2e751b13244377fc4;p=postgis Topology files want space indent git-svn-id: http://svn.osgeo.org/postgis/trunk@15229 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.editorconfig b/.editorconfig index 2ce54210d..dfc70b1c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,10 @@ indent_style = tab [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