💾 Archived View for freeshell.de › tldr › scalafmt.gmi captured on 2023-04-20 at 00:27:43. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Code formatter for Scala.
Configurations are stored in the `.scalafmt.conf` file.
scalafmt
scalafmt --config {path/to/.scalafmt.conf} {path/to/file_or_directory} {path/to/file_or_directory} {...}
scalafmt --config {path/to/.scalafmt.conf} --test
scalafmt --exclude {path/to/file_or_directory} {...}
scalafmt --config {path/to/.scalafmt.conf} --mode diff
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).