Releases: dprint/dprint-plugin-dockerfile
Releases · dprint/dprint-plugin-dockerfile
0.3.2
Changes
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add dockerfile
. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "plugins": [ "https://plugins.dprint.dev/dockerfile-0.3.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.3.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "plugins": [ "https://plugins.dprint.dev/dockerfile-0.3.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.2.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.dockerfile
file extensions are matched in an"includes"
pattern. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "includes": [ "**/*.{dockerfile}" ], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.2.3.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.2.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.dockerfile
file extensions are matched in an"includes"
pattern. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "includes": [ "**/*.{dockerfile}" ], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.2.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.2.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.dockerfile
file extensions are matched in an"includes"
pattern. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "includes": [ "**/*.{dockerfile}" ], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.2.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.2.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.dockerfile
file extensions are matched in an"includes"
pattern. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "includes": [ "**/*.{dockerfile}" ], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.2.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.1.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.dockerfile
file extensions are matched in an"includes"
pattern. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "includes": [ "**/*.{dockerfile}" ], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.1.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.1.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.dockerfile
file extensions are matched in an"includes"
pattern. - Add a
"dockerfile"
configuration property if desired.{ // ...etc... "dockerfile": { // config goes here }, "includes": [ "**/*.{dockerfile}" ], "plugins": [ "https://plugins.dprint.dev/dockerfile-0.1.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package