Allows formatting of scala files using scalariform. It also supports Ammonite scripts.
You can configure the properties file to be used in your atom config:
scalariform:
propertiesFile: "/path/to/scalariform.properties"
To format a .scala/.sc file, first save it then you can run the formatter by pressing:
ctrl-shift-s
Currently using scalariform 0.1.5 SNAPSHOT