-
Notifications
You must be signed in to change notification settings - Fork 74
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
Create a coq formatter #158
Comments
But there is no formatter for Coq source code, so I don't see why you would expect a different behavior. Furthermore, this is not really related to VsCoq, is it? The "Format Document" command is provided by default by VsCode. |
The I guess this bug can be turned into a feature request... |
Once rocq-archive/coq-serapi#191 is fixed, it'll be trivial to write a vscode extension that calls the formatter. |
There are good chances though that the beautifier will not be a satisfying formatter (at least not before many fixes). It has hardly been maintained at all. |
Reproduction:
Got:
Expected:
The source code is formatted.
The text was updated successfully, but these errors were encountered: