From c0ff6f61f361c97dd935cef2f7f1fc2429fc4af4 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 29 May 2017 18:29:27 +0000 Subject: [PATCH] It looks like .h.in files use spaces indent git-svn-id: http://svn.osgeo.org/postgis/trunk@15414 b70326c6-7e19-0410-871a-916f4a2858ee --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index eccd28ed4..476755b9f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -37,6 +37,10 @@ indent_style = space [postgis/sfcgal.sql.in] indent_style = space +# .h.in files want space indentation +[*.h.in] +indent_style = space + # Makefiles want tab indentation [{Makefile.in,Makefile,GNUmakefile.in}] indent_style = tab -- 2.50.1