[postgis-tickets] r15414 - It looks like .h.in files use spaces indent

Sandro Santilli strk at kbt.io
Mon May 29 11:29:28 PDT 2017


Author: strk
Date: 2017-05-29 11:29:27 -0700 (Mon, 29 May 2017)
New Revision: 15414

Modified:
   trunk/.editorconfig
Log:
It looks like .h.in files use spaces indent

Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2017-05-29 18:16:59 UTC (rev 15413)
+++ trunk/.editorconfig	2017-05-29 18:29:27 UTC (rev 15414)
@@ -37,6 +37,10 @@
 [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



More information about the postgis-tickets mailing list