-
Notifications
You must be signed in to change notification settings - Fork 64
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
toml and tox.ini formatting #187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am inclined to using prettier for auto-formatting as it does support toml via a plugin. Sorting part is less important.
Prettier is also intergrated with vscode decently, which i don't thing is the case with other formatters like this one.
Did you see this used in one of our projects?
Closin
@ssbarnea even after applying Prettier on #191, it doesn't seem to update toml and tox.ini files in such a way as this one does. Should we still discard this? |
b24aac0
to
5fc921b
Compare
No longer needed |
No description provided.