google / styleguide

Style guides for Google-originated open-source projects

Home Page:https://google.github.io/styleguide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eclipse-java-google-style.xml and intellij-java-google-style.xml are obsolete and should be removed

luangong opened this issue · comments

Both eclipse-java-google-style.xml and intellij-java-google-style.xml were last updated 4 years ago and are effectively obsolete. Google has moved its focus to google-java-format because “Eclipse and IntelliJ IDEA weren’t flexible enough to meet all the requirements of the Google Java Style Guide,” as described in google/google-java-format#695. The existence of these two files is misleading (e.g., the Language Support for Java extension for VS Code still refers to eclipse-java-google-style.xml), and thus they should be removed.

@jbduncan