'expandtab'
-agnostic indentation
#337
-
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) })
) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
Try: s(
"ie=",
fmt([[
if err := {}; err != nil {{
{}{}
}}
]], { i(1), t"\t", i(0) })
), |
Beta Was this translation helpful? Give feedback.
-
Late Nov 2024,
|
Beta Was this translation helpful? Give feedback.
Try: