-
|
With the extension if I join an array there are spaces on each side. This explains it more // From this
[
"A",
"B"
]
// To
[ "A", "B" ]
// Would like to:
["A", "B"]How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
Wansmer
Sep 29, 2025
Replies: 2 comments 1 reply
-
|
Set the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aalvarado
-
|
I've tried this but doesn't seem to do a difference require('treesj').setup({
langs = {
typescript = {
array = {
join = {
space_in_brackets = false,
}
}
}
}
})
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set the
space_in_bracketto false