Jonathan Haber

Results 5 issues of Jonathan Haber

In testing an upgrade to 1.6.1, we're sometimes seeing line breaks introduced into generics. Seems like this is probably a result of #512. I can see this being useful in...

**Prettier-Java 1.2.0** ```sh # Options (if any): --range-start 19 --range-end 98 ``` **Input:** ```java package com.test; public class Test { public void sayHello() { System.out.println("hello"); } } ``` **Output:** ```java...

Wanted to get thoughts on prettier enforcing braces around conditionals (example below). I believe prettier-js has shot down this request in the past on the grounds that they don't want...

area: enhancement :wrench:

It looks like `InvalidCharHandler` can only be set when writing, but not reading. Do you think it makes sense to support this for reading as well? If a user is...

pr-welcome

We use the maven-dependency-plugin to analyze dependencies and fail our build if there are any used undeclared or unused declared dependencies. In the case of used undeclared dependencies, it is...