We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
juvix format --in-place
Package.juvix
Reproduced using the latest nightly.
Juvix-nightly version 0.6.3-3736ed1
Create a Juvix project with an unformatted Package.juvix file in its root:
For example:
module Package; import PackageDescription.V2 open; package : Package := defaultPackage;
Run juvix format --in-place in the root of the project.
The Package.juvix file should be formatted:
The Package.juvix file is unchanged.
The text was updated successfully, but these errors were encountered:
Format Package.juvix when formatting project (#3219)
3e367aa
- Closes #3217, #2898
janmasrovira
Successfully merging a pull request may close this issue.
Reproduced using the latest nightly.
Juvix-nightly version 0.6.3-3736ed1
To Reproduce
Create a Juvix project with an unformatted
Package.juvix
file in its root:For example:
Run
juvix format --in-place
in the root of the project.Expected
The
Package.juvix
file should be formatted:Actual
The
Package.juvix
file is unchanged.The text was updated successfully, but these errors were encountered: