update style docs on import styles (#4144)
This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user