Still keep sfcgal.sql and topology SQL files with spaces, to
reflect the current state.
See #3767
git-svn-id: http://svn.osgeo.org/postgis/trunk@15413
b70326c6-7e19-0410-871a-
916f4a2858ee
[*.{c,h}]
indent_style = tab
+# SQL files want tab indentation
+[*.{sql,sql.in}]
+indent_style = tab
+
# topology C files want space indentation
[topology/*.{c,h}]
indent_style = space
[topology/**.{sql,sql.in}]
indent_style = space
+# postgis/sfcgal.sql.in wants space indentation
+[postgis/sfcgal.sql.in]
+indent_style = space
+
# Makefiles want tab indentation
[{Makefile.in,Makefile,GNUmakefile.in}]
indent_style = tab