mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add dprint config
This commit is contained in:
parent
b5a171a816
commit
4b9c38b1f1
1 changed files with 14 additions and 0 deletions
14
.config/dprint.json
Normal file
14
.config/dprint.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"json": {
|
||||
},
|
||||
"markdown": {
|
||||
},
|
||||
"includes": ["**/*.{json,md}"],
|
||||
"excludes": [
|
||||
"**/*-lock.json"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/json-0.16.0.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.14.1.wasm"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue