[postgis-tickets] r15735 - Match spacing in the topology.c file
Paul Ramsey
pramsey at cleverelephant.ca
Thu Sep 14 10:31:54 PDT 2017
Author: pramsey
Date: 2017-09-14 10:31:54 -0700 (Thu, 14 Sep 2017)
New Revision: 15735
Modified:
trunk/.editorconfig
Log:
Match spacing in the topology.c file
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2017-09-14 16:32:12 UTC (rev 15734)
+++ trunk/.editorconfig 2017-09-14 17:31:54 UTC (rev 15735)
@@ -17,6 +17,10 @@
[*.{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 @@
# 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}]
More information about the postgis-tickets
mailing list