kakoune/test/indent/rust/after-variable/out
2020-09-27 15:53:15 +08:00

10 lines
85 B
Plaintext

foo
.baz()
Foo(bar)
.baz()
Foo { bar }
.baz()