You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
718 B
23 lines
718 B
{
|
|
"$schema": "https://dprint.dev/schemas/v0.json",
|
|
"projectType": "openSource",
|
|
"incremental": true,
|
|
"rustfmt": {
|
|
"imports_granularity": "module",
|
|
"wrap_comments": true,
|
|
"comment_width": 120
|
|
},
|
|
"includes": ["**/*.{md,rs,toml,ts,tsx,js}"],
|
|
"excludes": ["**/target",
|
|
"**/sqlx-data.json",
|
|
"frontend/dist",
|
|
"**/node_modules"
|
|
],
|
|
"plugins": [
|
|
"https://plugins.dprint.dev/markdown-0.9.2.wasm",
|
|
"https://plugins.dprint.dev/rustfmt-0.4.0.exe-plugin@c6bb223ef6e5e87580177f6461a0ab0554ac9ea6b54f78ea7ae8bf63b14f5bc2",
|
|
"https://plugins.dprint.dev/toml-0.4.0.wasm"
|
|
"https://plugins.dprint.dev/typescript-0.35.0.wasm",
|
|
"https://plugins.dprint.dev/json-0.7.2.wasm"
|
|
]
|
|
}
|
|
|