Skip to content

Commit

Permalink
chore: Add markdown to instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jul 16, 2020
1 parent 1d4c98f commit ddf2e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Visual Studio Code formatting extension for [dprint](https://dprint.dev/)—a pl
"[jsonc]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[markdown]": {
"editor.defaultFormatter": "dprint.dprint"
},
"[rust]": {
"editor.defaultFormatter": "dprint.dprint"
}
Expand Down Expand Up @@ -66,7 +69,7 @@ Respects formatting on save:

## Release Notes

### 0.1.3
### 0.1.3-0.1.5

Updates based on latest dprint CLI.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Formats code in VSCode using dprint.",
"author": "David Sherret",
"publisher": "dprint",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit ddf2e72

Please sign in to comment.