From 2ea10cbd86a1263c123cdff2e751b13244377fc4 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 13 Nov 2016 13:53:31 +0000 Subject: [PATCH] Topology files want space indent git-svn-id: http://svn.osgeo.org/postgis/trunk@15229 b70326c6-7e19-0410-871a-916f4a2858ee --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1