From: Sandro Santilli Date: Tue, 31 May 2016 07:22:42 +0000 (+0000) Subject: Use space indent for topology/* X-Git-Tag: 2.3.0beta1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adadcd5eae8b37b7f9f083f79f52818284b69d0b;p=postgis Use space indent for topology/* git-svn-id: http://svn.osgeo.org/postgis/trunk@14923 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.editorconfig b/.editorconfig index 3dd1e59b7..abd632c33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,10 @@ insert_final_newline = true [*.{c,h}] indent_style = tab +# topology C files want space indentation +[topology/*.{c,h}] +indent_style = space + # Makefiles want tab indentation [{Makefile.in,Makefile,GNUmakefile.in}] indent_style = tab