Skip to content

unleashy/prettier-java

 
 

Repository files navigation

Prettier Java

This is a personal fork of Prettier Java that undoes this bizarre formatting choice:

public class Foo {
  public static void main(String[] args) {}
}

// becomes

public class Foo {

  public static void main(String[] args) {}
}

i.e., classes have an extra unbalanced blank line for no good reason.

For any other info check out the original repo. The only material change I made is not emitting that blank line. The project also uses modern Yarn (v4) now.

About

Prettier Java Plugin

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 46.8%
  • JavaScript 27.3%
  • TypeScript 23.8%
  • CSS 1.5%
  • HTML 0.5%
  • MDX 0.1%