Skip to content

Commit

Permalink
Removed trailing commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Jan 9, 2018
1 parent 1b911f0 commit a8f0b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SQLTools.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sqlite" : "sqlite3",
"vertica" : "vsql",
"firebird": "isql",
"sqsh" : "sqsh",
"sqsh" : "sqsh"
},

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

"unescape_quotes" : [
"php",
"php"
],

"show_records": {
"limit": 50,
"limit": 50
},

/**
Expand Down Expand Up @@ -91,7 +91,7 @@
"source.pgsql",
"source.plpgsql.postgres",
"source.plsql.oracle",
"source.tsql",
"source.tsql"
],

/**
Expand Down

0 comments on commit a8f0b36

Please sign in to comment.