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
{{ message }}
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
Instead of some magic that happens when you save your file, it would be better to allow to load the formatting options from an .editorconfig file directly into NetBeans formatting options (overwriting them). This way formatting will also work with manual format (Alt+Shit+F).
The text was updated successfully, but these errors were encountered:
I don't think that each config property inside editorconfig, can map to the options, due to limitations for other languages than Java. So it would be better to fix the plugin IMHO.
@Yserz and I haven't been working on the NetBeans EditorConfig plugin for years. We both are fulltime TypeScript developers now and work most of the times with WebStorm and Visual Studio Code. That's why we deprecated the NetBeans EditorConfig plugin.
I think the biggest problems are those bugs: #109, #110 and #111. if those could be fixed, we can think of transfering the code to the Apache NetBeans core :). But before I don't think so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Instead of some magic that happens when you save your file, it would be better to allow to load the formatting options from an
.editorconfig
file directly into NetBeans formatting options (overwriting them). This way formatting will also work with manual format (Alt+Shit+F).The text was updated successfully, but these errors were encountered: