Skip to content

Commit

Permalink
modify maxCharPerLine properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiya Saito committed May 2, 2024
1 parent 9a2c02b commit 691d8ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,9 @@
},
"uroborosql-fmt.maxCharPerLine": {
"type": [
"number",
"integer",
"null"
],
"enum": [
true,
false,
null
],
"default": null,
"markdownDescription": "If the total number of characters in the function name and arguments exceeds `max_char_per_line`, the arguments are formatted with new lines. If this value is null, uroborosql-fmt refers the configuration file or uses the default value."
},
Expand Down

0 comments on commit 691d8ce

Please sign in to comment.