-
Notifications
You must be signed in to change notification settings - Fork 404
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
Update scalafmt default version to 3.8.3 #670
base: idea243.x
Are you sure you want to change the base?
Conversation
Hi, thanks for your contribution. You would essentially have to build some sort of default given the Scala version in the project. Scala 2.11 -> Would you like to continue with this work? Thanks again. |
I'll take a look |
I'll throw another possible wrench into this: there's also |
Which is exactly why we haven't allocated the time to do it yet. 🥶 There are edge cases to work through. |
Some useful pointers:
Extension methods to detect
There is currently limited support for multiple scalafmt configuration in the project. So, the fix would probably work only for the case when there is one Scala version used in the project. |
just fyi, I'll still take a look, but was quite busy. I hope I can find some time before the year ends. |
Sonst usw 3.8.3, it's broken. Wait for next release. |
If one activates scalafmt formatting without a config file, currently 1.5.1 is downloaded. That is a very old version and does not support Scala 3. I don't see a reason to not update this.