it would be nice to be able to format the projects...
# server
f
it would be nice to be able to format the projects code from gradle or as a git hook when checking in, just wondering if anyone is doing this, I know you can use ktlint but looking for something that would use the same format as the intellij formatter, merry Christmas everyone 🎅
🧵 4
c
I've been using ktfmt and im very happy with it because it can run as a commit hook and on CI, and its deteministic (unlike other formatters)
#ktfmt
n
You can use spotless that does what you are asking for
c
Yeah, I use spotless with ktfmt.