You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an IDEasy user I expect intellij to automatically install an .editorconfig (for our code reformattings) into my workspace.
At the moment we've already added the .editorconfig to our project root in git.
For projects that do not follow such best-practice, we still need the settings to automatically install it to the current workspace.
Enhanced the intellij test-ressources with workspace.update.editorconfig as well as setup and update folder for the intellij-tool.
Added a Test that checks if the editorconfig file was copied from the settings repo to the workspace after an ide-tool was run.
Added merger for .editorconfig extension which uses the textMerger.
As an IDEasy user I expect
intellij
to automatically install an.editorconfig
(for our code reformattings) into my workspace.At the moment we've already added the
.editorconfig
to our project root in git.For projects that do not follow such best-practice, we still need the settings to automatically install it to the current workspace.
See #735 for a clean solution of the approach.
See: #465 for reference
The text was updated successfully, but these errors were encountered: