editorconfig-eclipse icon indicating copy to clipboard operation
editorconfig-eclipse copied to clipboard

Support for C/C++ language settings

Open hackrid opened this issue 8 years ago • 1 comments

Hi,

in the readme I see it supports Text, Java, XML and Ant editors. Are there plans to support C language files?

br

hackrid avatar Apr 14 '16 07:04 hackrid

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

ncjones avatar Apr 14 '16 11:04 ncjones