mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-10 13:33:35 +01:00
It's usually too slow to run it, but besides that it's very practical to have ! [skip ci]
33 lines
529 B
Plaintext
33 lines
529 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"follow_symlinks": true,
|
|
"path": "../..",
|
|
"file_exclude_patterns" : [
|
|
"Cargo.lock"
|
|
],
|
|
"folder_exclude_patterns" : [
|
|
"target",
|
|
".git",
|
|
".pyenv",
|
|
"gen/doc"
|
|
],
|
|
},
|
|
],
|
|
"SublimeLinter":
|
|
{
|
|
"linters":
|
|
{
|
|
"rust": {
|
|
"@disable": true,
|
|
"args": [],
|
|
"crate-root": null,
|
|
"excludes": [],
|
|
"use-cargo": true,
|
|
"use-crate-root": true
|
|
},
|
|
}
|
|
}
|
|
}
|