You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`jsdocSeparateReturnsFromParam`| Boolean | false | Adds a space between last `@param` and `@returns`|
197
-
|`jsdocSeparateTagGroups`| Boolean | false | Adds a space between tag groups |
198
-
|`jsdocPreferCodeFences`| Boolean | false | Always fence code blocks (surround them by triple backticks) |
199
-
|`tsdoc`| Boolean | false | See [TSDoc](#tsdoc)|
200
-
|`jsdocPrintWidth`| Number | undefined | If you don't set the value to `jsdocPrintWidth`, `printWidth` will be used as `jsdocPrintWidth`|
201
-
|`jsdocLineWrappingStyle`| String | "greedy" | "greedy": lines wrap as soon as they reach `printWidth`|
202
-
|`jsdocTagsOrder`| String (object) | undefined | See [Custom Tags Order](doc/CUSTOM_TAGS_ORDER.md)|
196
+
|`jsdocSeparateReturnsFromParam`| Boolean | false | Adds a space between last `@param` and `@returns`|
197
+
|`jsdocSeparateTagGroups`| Boolean | false | Adds a space between tag groups |
198
+
|`jsdocPreferCodeFences`| Boolean | false | Always fence code blocks (surround them by triple backticks) |
199
+
|`tsdoc`| Boolean | false | See [TSDoc](#tsdoc)|
200
+
|`jsdocPrintWidth`| Number | undefined | If you don't set the value to `jsdocPrintWidth`, `printWidth` will be used as `jsdocPrintWidth`|
201
+
|`jsdocLineWrappingStyle`| String | "greedy" | "greedy": lines wrap as soon as they reach `printWidth`. "balance": preserve existing line breaks if lines are shorter than `printWidth`, otherwise use greedy wrapping|
202
+
|`jsdocTagsOrder`| String (object) | undefined | See [Custom Tags Order](doc/CUSTOM_TAGS_ORDER.md)|
0 commit comments