]> granicus.if.org Git - postgis/commitdiff
Use space indent for topology/*
authorSandro Santilli <strk@keybit.net>
Tue, 31 May 2016 07:22:42 +0000 (07:22 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 31 May 2016 07:22:42 +0000 (07:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14923 b70326c6-7e19-0410-871a-916f4a2858ee

.editorconfig

index 3dd1e59b72fb3ab7b04448c741441fa5d091be49..abd632c3309ee96b4ce61bfef41c10a551b114b9 100644 (file)
@@ -14,6 +14,10 @@ insert_final_newline = true
 [*.{c,h}]
 indent_style = tab
 
+# topology C files want space indentation
+[topology/*.{c,h}]
+indent_style = space
+
 # Makefiles want tab indentation
 [{Makefile.in,Makefile,GNUmakefile.in}]
 indent_style = tab