Skip to content

Commit

Permalink
fix: add jsdocPreferCodeFences documentation to README. (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
beark committed Feb 16, 2022
1 parent dd9e1dc commit 06ac97e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Description is formatting as Markdown, so you could use any features of Markdown
| jsdocCapitalizeDescription | Boolean | true |
| jsdocSeparateReturnsFromParam | Boolean | false | Add an space between last @param and @returns |
| jsdocSeparateTagGroups | Boolean | false | Add an space between tag groups |
| jsdocPreferCodeFences | Boolean | false | Always fence code blocks (surround them by triple backticks) |
| tsdoc | Boolean | false |
| jsdocPrintWidth | Number | undefined | If You don't set value to jsdocPrintWidth, the printWidth will be use as jsdocPrintWidth. |

Expand Down

0 comments on commit 06ac97e

Please sign in to comment.