Hi, we use editorconfig plugin to keep our code st...
# intellij
s
Hi, we use editorconfig plugin to keep our code style inline within the team. After some time, updating editorconfig becomes a problem because idea code style is not in sync with editorconfig and next time code style is exported, it still used values from it’s own settings. Is it possible to import editorconfig as Code Style Scheme? It would be super nice if editor config actually overrides xml settings of Code Style Scheme.
w
Doesn’t EditorConfig plugin override IntelliJ settings? I get this warning in preferences on CodeStyle > Kotlin page
s
I have that warniing but setting is not overriden or changed.
And you can still able to update options without any feedback. Preview screen respects to ide settings not editorconfig setting
Ok it is possible Set From editor config but it is for sub level. There is no setting to apply editor config to all idea code style. At least for me
w
Oh, I don’t know then. For me it’s enough that even though other settings are saved, whatever is in EditorConfig takes precedence for everyone anyway