|
Is it possible to create a multiline snippet that would have an indentation based on s(
"ie=",
fmt([[
if err := {}; err != nil {{
{}{}
}}
]], { i(1), agnostic_indent_node(), i(0) })
) |
Answered by
leiserfg
Mar 15, 2022
Replies: 3 comments 3 replies
|
The |
3 replies
|
Try: s(
"ie=",
fmt([[
if err := {}; err != nil {{
{}{}
}}
]], { i(1), t"\t", i(0) })
), |
0 replies
Answer selected by
pogo5422
|
Late Nov 2024, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try: