-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
Description
Using scalafmt either:
- purely dynamically, downloading it upon launch and running it by spawning a JVM
- purely statically, by depending on it and including it in our native binaries
- a mix of both: default to a static embedded version, but allow for other version dynamically (although formatting would be slower)