{ "folders": [ { "follow_symlinks": true, "path": "../..", "file_exclude_patterns" : [ "Cargo.lock" ], "folder_exclude_patterns" : [ "target", ".git", ], }, ], "SublimeLinter": { "linters": { "rust": { "@disable": false, "args": [], "crate-root": null, "excludes": [], "use-cargo": true, "use-crate-root": true }, } } }