amarpotghan / dhall-scala

dhall-scala is a Scala library for consuming dhall configuration files from Scala programming language.
BSD 3-Clause "New" or "Revised" License
39 stars 3 forks source link

Introduce scalafmt #17

Closed missingfaktor closed 7 years ago

missingfaktor commented 7 years ago

@amarpotghan I think your suggestion about scalafmt was right. It would be good to have a tool to enforce some of the style conventions we follow.

chandan911 commented 7 years ago

Tried adding sbt plugins - scalafmt as well as scalariform as per their official docs. Both errored out in the dependency download stage itself. It would seem we probably need to look for other proven library!

missingfaktor commented 7 years ago

@chandan911 Thanks for the update. Let's close this for now.

chandan911 commented 7 years ago

@missingfaktor Yeah, we could do that. I'll keep looking for something meanwhile. Will open it if & when I find something worthwhile.