mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 17:14:50 +00:00
31 lines
501 B
Plaintext
31 lines
501 B
Plaintext
{
|
|
"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
|
|
},
|
|
}
|
|
}
|
|
}
|