srhickma / padd

Fast and Automatic Formatting of Context-Free Languages
Apache License 2.0
2 stars 2 forks source link

Java8 Formatting With Block Comments #181

Closed srhickma closed 5 years ago

srhickma commented 5 years ago

Add formatting rules for block comments to the java8 spec. This base implementation will carry over easily to other languages.

This pr contributes to #11 and is effectively the second half of #34.