mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 22:37:28 +02:00
31 lines
666 B
JSON
31 lines
666 B
JSON
|
{
|
||
|
"lineWidth": 80,
|
||
|
"json": {},
|
||
|
"markdown": {
|
||
|
"textWrap": "always"
|
||
|
},
|
||
|
"toml": {},
|
||
|
"exec": {
|
||
|
"associations": "**/*.rs",
|
||
|
"rustfmt": "rustfmt --edition 2021",
|
||
|
"rustfmt.associations": "**/*.rs"
|
||
|
},
|
||
|
"includes": [
|
||
|
"**/*.json",
|
||
|
"**/*.md",
|
||
|
"**/*.rs",
|
||
|
"**/*.toml"
|
||
|
],
|
||
|
"excludes": [
|
||
|
"/src/",
|
||
|
"/third_party/",
|
||
|
"target/"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab",
|
||
|
"https://plugins.dprint.dev/json-0.17.2.wasm",
|
||
|
"https://plugins.dprint.dev/markdown-0.15.2.wasm",
|
||
|
"https://plugins.dprint.dev/toml-0.5.4.wasm"
|
||
|
]
|
||
|
}
|