Skip to content

Commit

Permalink
Tweak comment for autocompletion option to add true's default
Browse files Browse the repository at this point in the history
  • Loading branch information
Coteh committed Jun 20, 2017
1 parent 3a5a00f commit e76e426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SQLTools.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
*/
"selectors": ["source.sql", "source.pgsql", "source.plpgsql.postgres", "source.plsql.oracle", "source.tsql"],
/**
* Possible values for autocompletion: "basic", "smart" or false (disable)
* Possible values for autocompletion: "basic", "smart", true ("smart"),
* or false (disable)
* Completion keywords case is controlled by format.keyword_case (see below)
*/
"autocompletion": "smart",
Expand Down

0 comments on commit e76e426

Please sign in to comment.