diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8638a15..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "editor.inlineSuggest.enabled": true, - "[rust]": { - "editor.defaultFormatter": "rust-lang.rust-analyzer", - "editor.formatOnSave": true, - "editor.hover.enabled": true - }, - "editor.rulers": [ - 100 - ], - "rust-analyzer.check.overrideCommand": [ - "cargo", - "clippy", - "--workspace", - "--message-format=json", - "--all-features", - "--all-targets", - "--", - "-A", - "incomplete-features" - ], - "rust-analyzer.linkedProjects": [ - "Cargo.toml", - ], - "rust-analyzer.showUnlinkedFileNotification": false -} \ No newline at end of file