Initial template commit
This commit is contained in:
32
.dprint.jsonc
Normal file
32
.dprint.jsonc
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"excludes": [
|
||||
"**/node_modules",
|
||||
"**/target",
|
||||
"**/dist",
|
||||
"**/*-lock.json",
|
||||
"**/*.lock",
|
||||
"src-tauri/gen/",
|
||||
"frontend/assets/css/output.css",
|
||||
],
|
||||
"exec": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "just fmt-rust",
|
||||
"exts": ["rs"],
|
||||
},
|
||||
{
|
||||
"command": "just --unstable --fmt",
|
||||
"exts": ["justfile", ".justfile"],
|
||||
},
|
||||
],
|
||||
},
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
|
||||
"https://plugins.dprint.dev/toml-0.6.3.wasm",
|
||||
"https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf",
|
||||
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm",
|
||||
"https://plugins.dprint.dev/g-plane/malva-v0.11.1.wasm",
|
||||
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
|
||||
"https://plugins.dprint.dev/json-0.19.4.wasm",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user