StyLua icon indicating copy to clipboard operation
StyLua copied to clipboard

[Request option] Don't add space within curly braces?

Open Kritiqual opened this issue 4 years ago • 2 comments

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?

Kritiqual avatar Dec 06 '21 14:12 Kritiqual

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!)

JohnnyMorganz avatar Dec 11 '21 19:12 JohnnyMorganz

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.

petobens avatar Dec 23 '21 20:12 petobens