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
.mill
Mill in it's latest version will use build files with the .mill instead of .sc extension which can be in the root dir or module sub-directories.
.sc
Running scalafmt . doesn't format build.mill files automatically unless project.includePaths = ["glob:**.mill"] is added.
scalafmt .
build.mill
project.includePaths = ["glob:**.mill"]
It would be good if *.mill files are also formatted.
*.mill
Ref: https://github.com/com-lihaoyi/mill?tab=readme-ov-file#0120-rc1---2024-09-09
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Mill in it's latest version will use build files with the
.mill
instead of.sc
extension which can be in the root dir or module sub-directories.Running
scalafmt .
doesn't formatbuild.mill
files automatically unlessproject.includePaths = ["glob:**.mill"]
is added.It would be good if
*.mill
files are also formatted.Ref: https://github.com/com-lihaoyi/mill?tab=readme-ov-file#0120-rc1---2024-09-09
The text was updated successfully, but these errors were encountered: