nvim-treesitter/tests/indent/rust/struct.rs
2021-04-23 21:21:38 +02:00

4 lines
39 B
Rust

struct Foo {
x: u32,
y: u32,
}