]> granicus.if.org Git - postgis/commitdiff
Match spacing in the topology.c file
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 14 Sep 2017 17:31:54 +0000 (17:31 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 14 Sep 2017 17:31:54 +0000 (17:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15735 b70326c6-7e19-0410-871a-916f4a2858ee

.editorconfig

index 32faebe2dd715f27bb7ddfdeac9f74334577cf35..336464cbe4abf6cee634610170d55874bdb6c1ce 100644 (file)
@@ -17,6 +17,10 @@ trim_trailing_whitespace = false
 [*.{c,h}]
 indent_style = tab
 
+# Perl files want tab indentation
+[*.{pl}]
+indent_style = tab
+
 # SQL files want tab indentation
 [*.{sql,sql.in}]
 indent_style = tab
@@ -24,6 +28,7 @@ indent_style = tab
 # topology C files want space indentation
 [topology/*.{c,h}]
 indent_style = space
+indent_size = 2
 
 # topology C files want space indentation
 [liblwgeom/lwgeom_topo.{c,h}]