Skip to content

Commit fa6bd1e

Browse files
OnlyLysOnlyLys
OnlyLys
authored and
OnlyLys
committed
Tweak println! snippet to have tabstop at the end.
1 parent 452db73 commit fa6bd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/rust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"println": {
3333
"prefix": "println",
3434
"body": [
35-
"println!(\"${1:{\\}}\", $0)"
35+
"println!(\"${1:{\\}}\", $2)$0"
3636
],
3737
"description": "Insert println!"
3838
},

0 commit comments

Comments
 (0)