editorconfig-eclipse
editorconfig-eclipse copied to clipboard
Support for C/C++ language settings
Hi,
in the readme I see it supports Text, Java, XML and Ant editors. Are there plans to support C language files?
br
I use Vim for editing C language files so I'm not motivated to add support myself. Contributions are welcome ofcourse. Implementing the tab settings for other types of editors is reasonably straight forward as long as the editor supports that setting. The hard part is figuring out what the property to set is called. See https://github.com/ncjones/editorconfig-eclipse/blob/master/editorconfig-eclipse-plugin/src/main/java/com/ncjones/editorconfig/eclipse/EditorConfigEditorActivationHandler.java#L62