From 5f00646ddd4e5dbc12f211ee9115d66ce912a38d Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 11 Jan 2018 21:36:27 +0000 Subject: [PATCH] Fix editorconfig specification for perl scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@16260 b70326c6-7e19-0410-871a-916f4a2858ee --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1629a5f5f..88a1c71d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 -- 2.49.0