StyLua
StyLua copied to clipboard
[Request option] Don't add space within curly braces?
So I have an example here:
example = {vaue1, value 2}
When formatted:
example = { value1, value2 }
However, I prefer this:
example = {value1, value1}
Can you consider make an option to do this?
Unfortunately, due to the opinionated nature of the formatter, it is highly unlikely that an option will be added for this. I try to limit the number of options as much as I can (and have only let one slide so far!)
Absolutely understandable. However if you are willing to reconsider that would be awesome (I also stumble upon this one). Thanks for the great work btw.