prettier-plugin-java
version: 2.6.4
# Options (if any):
--print-width 120
Input:
// some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment
public SomeClass() {}
Output:
// some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment some comment
public SomeClass() {}
Expected behavior:
Does Prettier not format comment sections? As I see, it has even issues with formatting the code which is in one line with a comment. Is it right? Or there is some new version with fixed comment formatting?
prettier-plugin-java
version: 2.6.4
# Options (if any): --print-width 120Input:
Output:
Expected behavior:
Does Prettier not format comment sections? As I see, it has even issues with formatting the code which is in one line with a comment. Is it right? Or there is some new version with fixed comment formatting?