Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit a8f0b36

Browse files
committed
Removed trailing commas.
1 parent 1b911f0 commit a8f0b36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SQLTools.sublime-settings

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sqlite" : "sqlite3",
1818
"vertica" : "vsql",
1919
"firebird": "isql",
20-
"sqsh" : "sqsh",
20+
"sqsh" : "sqsh"
2121
},
2222

2323
// use paragraph (text between newlines), if selection is empty
@@ -42,11 +42,11 @@
4242
"safe_limit": false,
4343

4444
"unescape_quotes" : [
45-
"php",
45+
"php"
4646
],
4747

4848
"show_records": {
49-
"limit": 50,
49+
"limit": 50
5050
},
5151

5252
/**
@@ -91,7 +91,7 @@
9191
"source.pgsql",
9292
"source.plpgsql.postgres",
9393
"source.plsql.oracle",
94-
"source.tsql",
94+
"source.tsql"
9595
],
9696

9797
/**

0 commit comments

Comments
 (0)