Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Dockerfile code formatter plugin for [dprint](https://dprint.dev).

This uses [dockerfile-parser](https://crates.io/crates/dockerfile-parser) to parse a dockerfile.

## Install

[Install](https://dprint.dev/install/) and [setup](https://dprint.dev/setup/) dprint.
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_release_notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ${changelog}

Then in your project's dprint configuration file:

1. Specify the plugin url in the \`"plugins"\` array or run \`dprint config add dockerfile\`.
1. Run \`dprint add dockerfile\` or specify the plugin url in the \`"plugins"\` array.
2. Add a \`"dockerfile"\` configuration property if desired.
\`\`\`jsonc
{
Expand Down