Share scalafmt configuration with Git submodules
Scalafmt is a great tool for keeping code uniform and avoiding unnecessary diffs during code reviews. We currently use it at work on most of our Scala projects which reside in our enterprise Github. As a team, we picked a set of scalafmt settings that work for everyone in the team and decided to apply »