google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.25k stars 13.3k forks source link

intellij-java-google-style.xml was not applied correctly for Idea 14 #69

Open antonkharenko opened 9 years ago

antonkharenko commented 9 years ago

I have copied intellij-java-google-style.xml to config/codestyles folder, but even so new GoogleStyle schema appear in settings it seems that this schema just ignore settings from provided xml and used default code style settings. In my case I have IntelliJ IDEA 14.1.4 community edition where it is reproduced. Also I have tried for earlier version of idea 13.1.5 ultimate edition and it was applied there correctly. So I guess that code style settings file format for later version of idea (starting from 14 ?) was changed or something like this.

jrivard commented 8 years ago

+1.

ifndef-SleePy commented 8 years ago

+1

samster commented 8 years ago

+1

termyshevchenko commented 8 years ago

+1

ghost commented 8 years ago

+1

danuid commented 8 years ago

+1

danuid commented 8 years ago

Guys, just found out, this pull request works for IDEA14: https://github.com/google/styleguide/pull/75