Skip to content

Commit

Permalink
improve tabSize type (number -> integer) and set mininum
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiya Saito committed May 2, 2024
1 parent 32730e9 commit 63bc7de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@
},
"uroborosql-fmt.tabSize": {
"type": [
"number",
"integer",
"null"
],
"minimum": 0,
"default": null,
"description": "Tab size used for formatting."
},
Expand Down

0 comments on commit 63bc7de

Please sign in to comment.