Skip to content

Commit

Permalink
chore: prevent formatting of svelte code block
Browse files Browse the repository at this point in the history
This is pending sveltejs/prettier-plugin-svelte#202 because
currently it wants to add a newline to the end of the code block,
which is really annoying.
  • Loading branch information
thislooksfun committed Feb 7, 2021
1 parent d2814df commit 5c1a7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ npm i -D svelte-repo-card

## Usage

<!-- TODO: pending sveltejs/prettier-plugin-svelte#202 -->
<!-- prettier-ignore -->
```svelte
<script>
import RepoCard from "svelte-repo-card";
Expand Down

0 comments on commit 5c1a7c9

Please sign in to comment.