Skip to content

Commit

Permalink
chore(lint): added sublime-rustc-linter cfg
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Byron committed May 1, 2015
1 parent 8b4e155 commit bf8c9a1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion etc/sublime-text/open-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 bf8c9a1

Please sign in to comment.