chore(vscode): change formatOnSave
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 46s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s

This commit is contained in:
cswimr 2025-01-24 23:35:53 +00:00
parent 062b788ef0
commit 3d4c438f37
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -7,6 +7,7 @@
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[json]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.json-language-features"
}
}