mirror of
https://github.com/zensical/zensical.git
synced 2026-08-25 08:36:45 +00:00
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"rust-analyzer.check.command": "clippy",
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
}
|
|
}
|