This is an automated email from the ASF dual-hosted git repository.

aljoscha pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new dc15241  [minor] Update IDE setup guide, to apply Save Actions only to 
Java files
dc15241 is described below

commit dc15241e8955f7a491a7f03803f0db791f26141c
Author: Aljoscha Krettek <[email protected]>
AuthorDate: Tue Jan 5 11:25:10 2021 +0100

    [minor] Update IDE setup guide, to apply Save Actions only to Java files
---
 docs/flinkDev/ide_setup.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/flinkDev/ide_setup.md b/docs/flinkDev/ide_setup.md
index 7cb3965..257bde7 100644
--- a/docs/flinkDev/ide_setup.md
+++ b/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. In the "Save Actions" settings page, setup a "File Path Inclusion" for 
`.*\.java`. Otherwise you will get unintended reformatting in other files you 
edit.
 
 ### Checkstyle For Java
 IntelliJ supports checkstyle within the IDE using the Checkstyle-IDEA plugin.

Reply via email to