projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d39ab6
)
Topology files want space indent
author
Sandro Santilli
<strk@kbt.io>
Sun, 13 Nov 2016 13:53:31 +0000
(13:53 +0000)
committer
Sandro Santilli
<strk@kbt.io>
Sun, 13 Nov 2016 13:53:31 +0000
(13:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15229
b70326c6
-7e19-0410-871a-
916f4a2858ee
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 2ce54210d6e04ed1d9c2bfdd0a7773acb0153f4e..dfc70b1c8e8e2fc53da58db8cbf8dafad863d63c 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-21,6
+21,10
@@
indent_style = tab
[topology/*.{c,h}]
indent_style = space
+# topology C files want space indentation
+[liblwgeom/lwgeom_topo.{c,h}]
+indent_style = space
+
# Makefiles want tab indentation
[{Makefile.in,Makefile,GNUmakefile.in}]
indent_style = tab