1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-30 23:37:17 +03:00
kakoune/test/indent/rust/dedent/out
2020-05-31 18:07:17 +08:00

22 lines
203 B
Plaintext

foo();
bar
foo(
bar().baz(),
bar
foo(
bar()
.baz(),
bar
foo()
.bar()
.baz();
bar
let t = "a
wah";
bar