Charles Chen
Results
2
issues of
Charles Chen
Hi there, I meet a problem when trying to use google-java-format to re-format on simultaneous declarations in a java file: According to Google Java Style Guide [4.8.2-variable-declarations](https://google.github.io/styleguide/javaguide.html#s4.8.2-variable-declarations): >Every variable declaration...
non-whitespace
I have a java class (but I think java shouldn't matter, the issue should persist even given a scala implementation) ``` abstract class MyClass { String fieldToCacheSerialization = null; public...