[postgis-tickets] r14923 - Use space indent for topology/*
Sandro
strk at kbt.io
Tue May 31 00:22:43 PDT 2016
Author: strk
Date: 2016-05-31 00:22:42 -0700 (Tue, 31 May 2016)
New Revision: 14923
Modified:
trunk/.editorconfig
Log:
Use space indent for topology/*
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2016-05-30 07:48:18 UTC (rev 14922)
+++ trunk/.editorconfig 2016-05-31 07:22:42 UTC (rev 14923)
@@ -14,6 +14,10 @@
[*.{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
More information about the postgis-tickets
mailing list