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

Commit 7fcacc1

Browse files
committed
Remove unused settings option unescape_quotes
1 parent cf8db23 commit 7fcacc1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

SQLTools.sublime-settings

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,13 @@
4040
// number of queries to save in the history
4141
"history_size": 100,
4242

43-
// unless false, appends LIMIT clause to SELECT statements (not compatible with all DB's)
44-
"safe_limit": false,
45-
46-
"unescape_quotes": [
47-
// "php"
48-
],
49-
5043
"show_records": {
5144
"limit": 50
5245
},
5346

47+
// unless false, appends LIMIT clause to SELECT statements (not compatible with all DB's)
48+
"safe_limit": false,
49+
5450
"debug": false,
5551

5652
/**

0 commit comments

Comments
 (0)