Skip to content

Commit

Permalink
Add dprint config for drafting new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Oct 13, 2021
1 parent d0902b9 commit e048edf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://dprint.dev/schemas/v0.json",
"projectType": "openSource",
"incremental": true,
"json": {
},
"markdown": {
},
"rustfmt": {
},
"includes": ["**/*.{json,md,rs,toml}"],
"excludes": [
"**/*-lock.json",
"**/target"
],
"plugins": [
"https://plugins.dprint.dev/json-0.10.2.wasm",
"https://plugins.dprint.dev/markdown-0.7.1.wasm",
"https://plugins.dprint.dev/rustfmt-0.3.0.wasm",
"https://github.com/thomaseizinger/dprint-plugin-cargo-toml/releases/download/0.1.0/cargo-toml-0.1.0.wasm"
]
}

0 comments on commit e048edf

Please sign in to comment.