Skip to content

Commit

Permalink
chore(lint): Added sublime-rustc linter config
Browse files Browse the repository at this point in the history
Just practical !
[skip ci]
  • Loading branch information
Byron committed May 1, 2015
1 parent f95bb81 commit df5fdc4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion etc/sublime-text/yup-oauth2-rs.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@
".git",
],
},
]
],
"SublimeLinter":
{
"linters":
{
"rust": {
"@disable": false,
"args": [],
"crate-root": null,
"excludes": [],
"use-cargo": true,
"use-crate-root": true
},
}
}
}

0 comments on commit df5fdc4

Please sign in to comment.