aboutsummaryrefslogtreecommitdiff
path: root/plugins/scalafmt/Scalafmt.scala
Commit message (Collapse)AuthorAgeFilesLines
* upgrade and simplify scalafmt pluginChristopher Vogt2017-02-271-41/+23
|
* upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config filerockjam2016-10-021-11/+40
|
* Upgrade scalafmt 0.2.5 -> 0.3.1rockjam2016-09-191-2/+3
|
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-231-0/+69
* scalariform: improve logging, declare tasks final * scalafmt plugin implementation * add scalafmt and scalariform plugins and examples to tests * fix logging guarded logging behaviour * add notes about formatting check to README * fix compilation error in examples