Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kritiqual opened this issue Dec 6, 2021 · 2 comments · May be fixed by #628
Open

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

Kritiqual opened this issue Dec 6, 2021 · 2 comments · May be fixed by #628
Labels
enhancement New feature or request requires option This feature request would require option configuration

Comments

@Kritiqual
Copy link

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?

@JohnnyMorganz
Copy link
Owner

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

@petobens
Copy link

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.

@bbc2 bbc2 linked a pull request Dec 4, 2022 that will close this issue
@JohnnyMorganz JohnnyMorganz added enhancement New feature or request requires option This feature request would require option configuration labels Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request requires option This feature request would require option configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants