blob: e1b5c04c3d66f3305dbee6834a32ed74d2706276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"plugins": [
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
"https://plugins.dprint.dev/ruff-0.4.2.wasm",
"https://plugins.dprint.dev/toml-0.7.0.wasm",
"https://plugins.dprint.dev/json-0.20.0.wasm"
],
"excludes": [
"**/target"
],
"indentWidth": 4,
"lineWidth": 80,
"newLineKind": "lf",
"useTabs": true,
"markdown": {
"textWrap": "always"
}
}
|