scalatags
scalatags copied to clipboard
Add in Scalafmt
When touching this repo (or really any repo) I also rely on being able to just trigger a format, but this repo has none set up. The formatting is also a pretty unconventional with no real consistency. A lot of the other com-lihaoyi projects added in Scalafmt, so I'm hoping that we could do the same here. There is 2 commits here. The first is the one that actually formats everything and the second is the one that adds the formatting to the build.sc, CI, and adds in a .git-blame-ignore-refs to ensure the history is kept.
This will conflict again if we merge https://github.com/com-lihaoyi/scalatags/pull/263 so I'll wait until that is in before rebasing this.