Add import format and remove conditional reformat.
This commit is contained in:
parent
1124923cf1
commit
9a71b6f389
|
@ -22,7 +22,9 @@ Suggested plugins and settings:
|
|||
* Editor > Code Style > Java/Groovy > Imports
|
||||
* Class count to use import with '*': `10` (some number sufficiently large that is unlikely to matter)
|
||||
* Names count to use static import with '*': `10`
|
||||
* With java use the following import layout (groovy should still use the default) to ensure consistency with google-java-format:
|
||||

|
||||
* [Google Java Format](https://plugins.jetbrains.com/plugin/8527-google-java-format)
|
||||
* [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions)
|
||||

|
||||
* [Lombok](https://plugins.jetbrains.com/plugin/6317-lombok-plugin)
|
||||
* [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions)
|
||||

|
||||
|
|
Loading…
Reference in New Issue