aboutsummaryrefslogtreecommitdiff
path: root/examples/scalafmt-example/build
Commit message (Collapse)AuthorAgeFilesLines
* upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config filerockjam2016-10-021-4/+5
|
* fix build class in scalafmt exampleChristopher Vogt2016-10-021-1/+1
|
* remove catching exception in taskrockjam2016-06-241-8/+4
|
* Scalafmt plugin implementation (#156)Nikolay Tatarinov2016-06-232-0/+34
* 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