Skip to content

Commit

Permalink
Merge e87ad9f into 222ab0d
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyvii committed Jun 9, 2021
2 parents 222ab0d + e87ad9f commit 2c12bd1
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 4,473 deletions.
18 changes: 10 additions & 8 deletions README.md
Expand Up @@ -40,13 +40,15 @@ you autocomplete multiple lines with the `/**` keybinding)

Currently the following configuration settings have been implemented:

| Title | Description |
|--------------------------|-----------------------------------------------------------|
| Column Spacing | Minimum number of spaces between columns |
| Block Comment Style | Which doc block comment style to use (`default\|drupal`) |
| Default return tag | Whether or not to display a return tag |
| \*SCSS Comment Close | Type of block level comment closing to use |
| \*SCSS Comment Open | Type of block level comment opening to use |
| \*SCSS Comment Separator | Type of block level separator closing to use |
| Title | Description |
|--------------------------|---------------------------------------------------------------------------------|
| Align Tags | Whether or not to automatically align the parameters, return, or variable tags. |
| Block Comment Style | Which doc block comment style to use (`default\|drupal`). |
| Column Spacing | Minimum number of spaces between columns. |
| New Lines Between Tags | Whether or not to add new lines between tags. |
| Default return tag | Whether or not to display a return tag. |
| \*SCSS Comment Close | Type of block level comment closing to use. |
| \*SCSS Comment Open | Type of block level comment opening to use. |
| \*SCSS Comment Separator | Type of block level separator closing to use. |

\* *Note: VS DocBlockr does not currently support autocompletion of SASS blocks with `///`.*

0 comments on commit 2c12bd1

Please sign in to comment.