1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-04-25 23:11:02 +02:00
Files

31 lines
797 B
JSON
Raw Permalink Normal View History

2023-05-30 17:04:19 +02:00
{
"lineWidth": 80,
"json": {},
"markdown": {
"textWrap": "always"
},
"exec": {
"commands": [{
2023-10-18 19:56:05 +02:00
"command": "yapf3",
"exts": ["py"]
}, {
"command": "rustup run nightly-2025-09-01 rustfmt --edition 2024",
"exts": ["rs"]
}]
2023-05-30 17:04:19 +02:00
},
"excludes": [
"/book/",
"/theme/*.hbs",
"/theme/book.js",
2023-05-30 17:04:19 +02:00
"/third_party/",
"target/"
],
"plugins": [
"https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf",
"https://plugins.dprint.dev/json-0.20.0.wasm",
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
"https://plugins.dprint.dev/toml-0.7.0.wasm",
"https://plugins.dprint.dev/prettier-0.56.0.json@0b67676535141b03f0eb0648172d3a20f13044b3d8df677d645bd79e3ee5147f"
2023-05-30 17:04:19 +02:00
]
}