Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-06 | ftplugin/rust.vim: Don't preserve indentation on empty lines | Teddy Wing | |
Don't think we should be doing this in Rust so taking away my default behaviour. | |||
2016-03-27 | ftplugin/rust.vim: Add commentstring | Teddy Wing | |
Set `// ` as the comment string for the Rust language (otherwise it defaults to `/* %s */`). | |||
2016-03-26 | ftplugin/rust.vim: Use 4-space tabs | Teddy Wing | |
According to http://doc.rust-lang.org/book/getting-started.html, the Rust convention is apparently 4-space indentation. Update our settings to match this. |