Import code style settings from Intellij IDEA into NetBeans IDE
intellij-idea, java, netbeans
Solution
EditorConfig is a coding style standard, it's an configuration file that you can add to your project. You can find plugins for netbeans too, personally I never used it in Netbeans but you can give it a try.
Problem
There was a similar question a few years ago: Can I import codestyles into Netbeans? I wonder if sutiation have changed? I didn't find a way to import code style settings (a separate XML file with code style settings) into NetBeans IDE. NetBeans settings import/export feature seems to be ignoring code style settings.