[postgis-tickets] r16260 - Fix editorconfig specification for perl scripts
Sandro Santilli
strk at kbt.io
Thu Jan 11 01:36:28 PST 2018
Author: strk
Date: 2018-01-11 13:36:27 -0800 (Thu, 11 Jan 2018)
New Revision: 16260
Modified:
trunk/.editorconfig
Log:
Fix editorconfig specification for perl scripts
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2018-01-11 17:41:42 UTC (rev 16259)
+++ trunk/.editorconfig 2018-01-11 21:36:27 UTC (rev 16260)
@@ -18,7 +18,7 @@
indent_style = tab
# Perl files want tab indentation
-[*.{pl}]
+[*.pl]
indent_style = tab
# SQL files want tab indentation
More information about the postgis-tickets
mailing list