Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnforcing formatting of TOML files #26728
Open
Comments
|
If there's automatic tooling for it, I think it would be useful. |
|
This GitHub issue appears to have some related info about tooling: toml-lang/toml#532 |
|
This could be integrated with |
|
It looks like the IntelliJ Rust plugin did something similar to this. It might be worth looking at: intellij-rust/intellij-rust#5518 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently having consistent formatting is not enforced for TOML files and as a result they have tended to become a bit disorganized. I have manually cleaned up a number of them recently to have mostly consistent formatting but things still aren't quite perfect. Would there be any interest in enforcing formatting standards for these files or would that just be more of a nuisance?