Changes
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array or rundprint add dockerfile. - Add a
"dockerfile"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
{ // ...etc... "dockerfile": { // config goes here }, "plugins": [ "https://plugins.dprint.dev/dockerfile-0.4.0.wasm" ] }