Skip to content

Commit

Permalink
style(.idea): require the save-actions plugin
Browse files Browse the repository at this point in the history
The external dependencies config file provides a way to set required
plugins. By requiring the save actions plugin, and having set the
save-actions plugin settings we know everyone using IntelliJ-IDEA will
have the same code changes applied to java files.

See: https://www.jetbrains.com/help/idea/settings-required-plugins.html

Co-authored-by: Ole Schönburg <[email protected]>
(cherry picked from commit af8490f)
  • Loading branch information
korthout authored and github-actions[bot] committed Oct 27, 2021
1 parent 597564a commit 8143b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/*
!.idea/codeStyles
!.idea/externalDependencies.xml
!.idea/saveactions_settings.xml
target
.classpath
Expand Down
6 changes: 6 additions & 0 deletions .idea/externalDependencies.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8143b19

Please sign in to comment.