SeaCogs/.vscode/settings.json
cswimr 3d4c438f37
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
chore(vscode): change formatOnSave
2025-01-24 23:35:53 +00:00

13 lines
337 B
JSON

{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[json]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.json-language-features"
}
}