What problem are you trying to solve?
We want to update with Openrewrite our Code Style and Copyright on all our Intellij projects, but Openrewrite exclude .idea/ folder by default :
So we can't update Intellij config like these:
https://github.com/JetBrains/intellij-community/blob/master/.idea/codeStyles/Project.xml
https://github.com/JetBrains/intellij-community/blob/master/.idea/copyright/apache_2_license.xml
Describe the solution you'd like
.idea/ folder not excluded by default
Have you considered any alternatives or workarounds?
No workaround found