]> granicus.if.org Git - postgis/commitdiff
Fix editorconfig specification for perl scripts
authorSandro Santilli <strk@kbt.io>
Thu, 11 Jan 2018 21:36:27 +0000 (21:36 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 11 Jan 2018 21:36:27 +0000 (21:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16260 b70326c6-7e19-0410-871a-916f4a2858ee

.editorconfig

index 1629a5f5f85f7a2e4cfaafb5f3bb8a54a8ae2bb4..88a1c71d7e291650a4c0417ce5c22de716db8937 100644 (file)
@@ -18,7 +18,7 @@ trim_trailing_whitespace = false
 indent_style = tab
 
 # Perl files want tab indentation
-[*.{pl}]
+[*.pl]
 indent_style = tab
 
 # SQL files want tab indentation