geotrellis / geotrellis-spark-job.g8

sbt Template for Batch GeoTrellis Spark Jobs
Other
4 stars 2 forks source link

Offer to install a barebones scalafmt conf #1

Open CloudNiner opened 5 years ago

CloudNiner commented 5 years ago

It could be as simple as:

align = true
maxColumn = 100

This is helpful because it puts the file in place and indicates to users that there's an easy way to enforce some convention consistency.

If the user accepts the scalafmt install, we might want to consider also including the sbt-scalafmt plugin.