mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
4a3d551b85
Now vim indenting goes from:
fn main() {
enum t {
a: int,
b: int
}
#error("hello world");
}
to:
fn main() {
enum t {
a: int,
b: int
}
#error("hello world");
}