1
0
mirror of synced 2025-12-23 21:03:15 -05:00

update style docs on import styles (#4144)

This commit is contained in:
Charles
2021-06-15 13:05:47 -07:00
committed by GitHub
parent 856abc3b8f
commit 02c49c15cd

View File

@@ -16,5 +16,6 @@ Install it in IntelliJ:
2. Select the file we just downloaded
3. Select `GoogleStyle` in the drop down
4. Change default `Hard wrap at` in `Wrapping and Braces` tab to **150**.
5. You're done!
5. We prefer `import foo.bar.ClassName` over `import foo.bar.*`. Even in cases where we import multiple classes from the same package. This can be set by going to `Preferences > Code Style > Java > Imports` and changing `Class count to use import with '*'` to 9999 and `Names count to use static import with '*' to 9999.
6. You're done!