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
Copy file name to clipboardExpand all lines: package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,16 @@
70
70
"default": "",
71
71
"description": "Fill in with any valid MomentJs format (either explicit or locale) to include the date tag.\nFormats can include time as well.\nLeave empty to disable."
72
72
},
73
+
"jsdoc-generator.emptyLineAfterHeader": {
74
+
"type": "boolean",
75
+
"default": "true",
76
+
"description": "Add empty line after header (description, date, author)."
77
+
},
78
+
"jsdoc-generator.singleLineComments": {
79
+
"type": "boolean",
80
+
"default": "false",
81
+
"description": "Generate single line comments (/** ... */) instead of always multiple lines."
0 commit comments