Releases: dprint/dprint-plugin-toml
Releases · dprint/dprint-plugin-toml
0.5.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.4.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.4.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.4.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.4.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.3.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.3.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.3.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.3.1.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. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.3.0.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
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-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
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.2.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.1.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.tomlfile extensions are matched in an"includes"pattern. - Add a
"toml"configuration property if desired.{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.1.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
{ // ...etc... "toml": { // toml config goes here }, "includes": [ "**/*.{toml}" ], "plugins": [ "https://plugins.dprint.dev/toml-0.5.0.wasm" ] }