Skip to content

Commit b65ea16

Browse files
committed
Match spacing in the topology.c file
git-svn-id: http://svn.osgeo.org/postgis/trunk@15735 b70326c6-7e19-0410-871a-916f4a2858ee
1 parent 12ad007 commit b65ea16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ trim_trailing_whitespace = false
1717
[*.{c,h}]
1818
indent_style = tab
1919

20+
# Perl files want tab indentation
21+
[*.{pl}]
22+
indent_style = tab
23+
2024
# SQL files want tab indentation
2125
[*.{sql,sql.in}]
2226
indent_style = tab
2327

2428
# topology C files want space indentation
2529
[topology/*.{c,h}]
2630
indent_style = space
31+
indent_size = 2
2732

2833
# topology C files want space indentation
2934
[liblwgeom/lwgeom_topo.{c,h}]

0 commit comments

Comments
 (0)