aboutsummaryrefslogtreecommitdiff
path: root/plugins/scalafmt
Commit message (Collapse)AuthorAgeFilesLines
* Document CBT plugin style guide and adjust Scalafmt plugin accordinglyChristopher Vogt2017-03-111-13/+8
|
* refactor scalafmt to new plugin styleChristopher Vogt2017-03-092-58/+89
| | | | | | | turn replaceSections into helper function instead of trait method proguard scalafmt build currently suffers from non-deterministic formatting. Try a few times to reproduce commited Proguard.scala
* fix scalafmt not printing number of formatted filesChristopher Vogt2017-03-011-1/+2
|
* upgrade and simplify scalafmt pluginChristopher Vogt2017-02-272-43/+24
|
* upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config filerockjam2016-10-022-12/+44
|
* Upgrade scalafmt 0.2.5 -> 0.3.1rockjam2016-09-192-3/+4
|
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-232-0/+78
* 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