From: Sandro Santilli Date: Mon, 29 May 2017 18:29:27 +0000 (+0000) Subject: It looks like .h.in files use spaces indent X-Git-Tag: 2.4.0alpha~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0ff6f61f361c97dd935cef2f7f1fc2429fc4af4;p=postgis It looks like .h.in files use spaces indent git-svn-id: http://svn.osgeo.org/postgis/trunk@15414 b70326c6-7e19-0410-871a-916f4a2858ee --- 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