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
BREAKING CHANGE:
Will strip indents by default; set `wrapIndent` option to a whitespace string (e.g., of 2 spaces) to set the indent you wish after wrapping
@@ -34,10 +33,20 @@ An object with any of the following keys set to an integer. Affects spacing:
34
33
35
34
If a spacing is not defined, it defaults to one.
36
35
36
+
##### `preserveMainDescriptionPostDelimiter`
37
+
38
+
A boolean to determine whether to preserve the post-delimiter spacing of the
39
+
main description. If `false` or unset, will be set to a single space.
40
+
41
+
##### `wrapIndent`
42
+
43
+
The indent that will be applied for tag text after the first line.
44
+
Default to the empty string (no indent).
45
+
37
46
|||
38
47
|---|---|
39
48
|Context|everywhere|
40
-
|Options|(a string matching `"always"or "never"` and optional object with `tags`and `customSpacings`)|
49
+
|Options|(a string matching `"always"`, `"never"`, or `"any"` and optional object with `tags`, `customSpacings`, `preserveMainDescriptionPostDelimiter`, and `wrapIndent`)|
41
50
|Tags|`param`, `property`, `returns` and others added by `tags`|
The indent that will be applied for tag text after the first line.
2074
+
Default to the empty string (no indent).
2075
+
2063
2076
|||
2064
2077
|---|---|
2065
2078
|Context|everywhere|
2066
-
|Options|(a string matching `"always"or "never"` and optional object with `tags`and `customSpacings`)|
2079
+
|Options|(a string matching `"always"`, `"never"`, or `"any"` and optional object with `tags`, `customSpacings`, `preserveMainDescriptionPostDelimiter`, and `wrapIndent`)|
2067
2080
|Tags|`param`, `property`, `returns` and others added by `tags`|
0 commit comments