1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-21 10:40:53 +03:00
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()