You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/05 10:28:43 UTC

[GitHub] [flink] zentol commented on a change in pull request #14559: [minor] Update IDE setup guide, to apply Save Actions only to Java files

zentol commented on a change in pull request #14559:
URL: https://github.com/apache/flink/pull/14559#discussion_r551844811



##########
File path: docs/flinkDev/ide_setup.md
##########
@@ -106,6 +106,7 @@ formatting on saving with these steps:
 5. Install the [Save Actions
    plugin](https://plugins.jetbrains.com/plugin/7642-save-actions)
 6. Enable the plugin, along with "Optimize imports" and "Reformat file"
+7. Make sure to configure "Save Actions" to only run on Java files. Otherwise you will get unintended reformatting in other files you edit.

Review comment:
       ```suggestion
   7. In the "Save Actions"settings page, setup a "File Path Inclusion" for `.*\.java` to only run on Java files. Otherwise you will get unintended reformatting in other files you edit.
   ```




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org