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

FR: Add config option to enable spaces around braces (curly brackets) #184

Open
thiagowfx opened this issue May 23, 2024 · 2 comments
Open

Comments

@thiagowfx
Copy link
Contributor

For example, instead of the current behaviour:

extra_vars: {ansible_python_interpreter: /usr/bin/python2.7}

Allow the following one via a config setting:

extra_vars: { ansible_python_interpreter: /usr/bin/python2.7 }

Precedence: Rubocop, Prettier

@braydonk
Copy link
Collaborator

Thanks for the feature request, I can probably come up with a way to do this. I'll try and get it into the next release if I can get it working.

@braydonk
Copy link
Collaborator

This ended up being more nasty to implement than I expected, so it didn't make the cut for the recent release. I'll keep trying to get it figured out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants