From a8f0b362323a036332cfee2014d18756f586378c Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Tue, 9 Jan 2018 13:37:22 -0200 Subject: [PATCH] Removed trailing commas. --- SQLTools.sublime-settings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SQLTools.sublime-settings b/SQLTools.sublime-settings index 0d19550..4886b17 100644 --- a/SQLTools.sublime-settings +++ b/SQLTools.sublime-settings @@ -17,7 +17,7 @@ "sqlite" : "sqlite3", "vertica" : "vsql", "firebird": "isql", - "sqsh" : "sqsh", + "sqsh" : "sqsh" }, // use paragraph (text between newlines), if selection is empty @@ -42,11 +42,11 @@ "safe_limit": false, "unescape_quotes" : [ - "php", + "php" ], "show_records": { - "limit": 50, + "limit": 50 }, /** @@ -91,7 +91,7 @@ "source.pgsql", "source.plpgsql.postgres", "source.plsql.oracle", - "source.tsql", + "source.tsql" ], /**