-
Notifications
You must be signed in to change notification settings - Fork 537
Autoformat file on save #2714
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
Comments
Another good suggestion, thanks! I've added this one to #2539 as well. |
@bwateratmsft Before going on this adventure please, check:
|
@bwateratmsft Sorry for returning to this issue! |
That's the thing--right now, there is no language server for compose. The YAML extension provides a language server for YAML more generally, and probably supports formatting, but not for Compose specifically. We're probably gonna end up making a language server for compose, which is what #2539 is largely about. |
Yes, I think there is no alternative. EGamma will be very disappointed if it will be not done. But also shame to development teams that proposed languages without publishing their Language formal gramars in the BNF or ANTLR forms. |
Uh oh!
There was an error while loading. Please reload this page.
Take the following file
You see the indentation is incorrect. When I save the file it should automatically correct the indentation
The text was updated successfully, but these errors were encountered: