ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

format everything #364

Closed bbrehm closed 1 year ago

bbrehm commented 1 year ago

I don't particularly care about the formatting. However, I absolutely hate when I do a small edit in a file and intellij reformats the entire file, and I then have to do extensive editing sessions to get a clean diff. Hence I'd like to get the codebase to a state where it is a fixed point of sbt scalafmt, and where I don't have to manually format my PRs (so not the trivial fixed point of an invalid .scalafmt.conf).

If you have ideas how to configure scalafmt such that we don't have a giant diff (other dialect? other version?) then I'd be happy for proposals.