nvim-treesitter/tests/indent/rust/struct.rs

5 lines
39 B
Rust
Raw Normal View History

2021-04-18 22:38:25 +02:00
struct Foo {
x: u32,
y: u32,
}