aboutsummaryrefslogtreecommitdiff
path: root/plugins/scalafmt/Scalafmt.scala
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-091-57/+88
| | | | | | | 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-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