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
According to #701 it sounds like intellij idea integration is imperfect.
I am proposing to deprecate current IntellijIDEA integration. Problem with it:
writes IDEA specific configuration xml files that could not be used by other editors
is detached from used rules and not configurable. Only generic style is written to configuration file.
The project readme makes it seem like it is perfect?
. with IntelliJ IDEA
While this is not strictly necessary it makes Intellij IDEA's built-in formatter produce 100% ktlint-compatible code
Hope someone can update/clarify to save time for the next person. It would really be nice to have direct guidance on how to use this with intellij, but it seems like the editorconfig is the way to go. If so, that should also be mentioned with hopefully instructions on how to generate an editorconfig from ktlint rules? Or a sample editorconfig available so that I can easily copy it into my project and have a 1:1 mapping between intellij editor and ktlint.
The text was updated successfully, but these errors were encountered:
According to #701 it sounds like intellij idea integration is imperfect.
The project readme makes it seem like it is perfect?
Hope someone can update/clarify to save time for the next person. It would really be nice to have direct guidance on how to use this with intellij, but it seems like the editorconfig is the way to go. If so, that should also be mentioned with hopefully instructions on how to generate an editorconfig from ktlint rules? Or a sample editorconfig available so that I can easily copy it into my project and have a 1:1 mapping between intellij editor and ktlint.
The text was updated successfully, but these errors were encountered: