This website requires JavaScript.
Explore
Help
Sign In
mawww
/
kakoune
Watch
1
Star
1
Fork
0
You've already forked kakoune
mirror of
https://github.com/mawww/kakoune.git
synced
2024-12-21 10:40:53 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
049591f6b4
kakoune
/
test
/
indent
/
rust
/
after-open-with-chars
/
out
12 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Block indent on newline when previous line is '(stuff' and move 'stuff' to own line Also, align closing paren on own line with opening paren
2019-03-27 20:52:20 +03:00
Foo {
bar,
baz
foo(
bar,
baz
Rust handle [ indent like { and (
2020-12-17 06:19:23 +03:00
vec![
bar,
baz
Reference in New Issue
Copy Permalink