aboutsummaryrefslogtreecommitdiff
path: root/libraries/proguard
Commit message (Collapse)AuthorAgeFilesLines
* Document CBT plugin style guide and adjust Scalafmt plugin accordinglyChristopher Vogt2017-03-111-1/+1
|
* refactor scalafmt to new plugin styleChristopher Vogt2017-03-092-60/+30
| | | | | | | 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
* improve whitespace readability in proguard pluginChristopher Vogt2017-03-052-149/+161
|
* separate type-safe proguard wrapper into self-contained libraryChristopher Vogt2017-03-045-0/+676
also make logic to maintain auto-generated sections re-usable