feat: basics #1
+5
-9
@@ -2,20 +2,16 @@
|
|||||||
"excludes": ["**/.git", "**/.target", "**/vendor", "**/*.js"],
|
"excludes": ["**/.git", "**/.target", "**/vendor", "**/*.js"],
|
||||||
"includes": ["**/*.{md,json,py}"],
|
"includes": ["**/*.{md,json,py}"],
|
||||||
"indentWidth": 2,
|
"indentWidth": 2,
|
||||||
"json": {
|
|
||||||
"deno": true
|
|
||||||
},
|
|
||||||
"lineWidth": 80,
|
"lineWidth": 80,
|
||||||
"markdown": {
|
"json": {},
|
||||||
"deno": true
|
"markdown": {},
|
||||||
|
"ruff": {
|
||||||
|
"lineLength": 88,
|
||||||
|
"targetVersion": "py310"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/json-0.22.0.wasm",
|
"https://plugins.dprint.dev/json-0.22.0.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.22.1.wasm",
|
"https://plugins.dprint.dev/markdown-0.22.1.wasm",
|
||||||
"https://plugins.dprint.dev/ruff-0.7.20.wasm"
|
"https://plugins.dprint.dev/ruff-0.7.20.wasm"
|
||||||
],
|
],
|
||||||
"ruff": {
|
|
||||||
"lineLength": 88,
|
|
||||||
"targetVersion": "py310"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user