]> granicus.if.org Git - postgis/commitdiff
It looks like .h.in files use spaces indent
authorSandro Santilli <strk@kbt.io>
Mon, 29 May 2017 18:29:27 +0000 (18:29 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 29 May 2017 18:29:27 +0000 (18:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15414 b70326c6-7e19-0410-871a-916f4a2858ee

.editorconfig

index eccd28ed447f54f68b98967c3292e2d399c716f5..476755b9f2b42c2636d04c7036dfe902b7158512 100644 (file)
@@ -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