From adadcd5eae8b37b7f9f083f79f52818284b69d0b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 31 May 2016 07:22:42 +0000 Subject: [PATCH] Use space indent for topology/* git-svn-id: http://svn.osgeo.org/postgis/trunk@14923 b70326c6-7e19-0410-871a-916f4a2858ee --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.0