snuyanzin commented on code in PR #1840: URL: https://github.com/apache/fluss/pull/1840#discussion_r2443116835
########## website/community/dev/ide-setup.md: ########## @@ -119,13 +119,16 @@ It is recommended to automatically format your code by applying the following se 4. Go to "Settings" → "Tools" → "Actions on Save". 5. Under "Formatting Actions", select "Optimize imports" and "Reformat code". 6. From the "All file types list" next to "Reformat code", select Java and Scala. +7. Go to "Settings" → "Editor" → "Code Style" → "Java". +8. Under "Imports" tab on the right side find "Class count to use import with '*'" and put there 9999. +9. Do same with "Names count to use static import with '*'" and click "Apply". For earlier IntelliJ IDEA versions: -4. Go to "Settings" → "Other Settings" → "Save Actions". -5. Under "General", enable your preferred settings for when to format the code, e.g. "Activate save actions on save". -6. Under "Formatting Actions", select "Optimize imports" and "Reformat file". -7. Under "File Path Inclusions", add an entry for `.*\.java` to avoid formatting other file types. Review Comment: no idea why it was started with 4 here... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
