How do I change Eclipse to use spaces instead of tabs in Javascript editor?
I use the Eclipse JavaScript plugin, I have my text editor settings to “insert spaces as tabs” this works fine until I select a block of code and tab it or shift tab it, run JSLint and AARGghh! “Mixed spaces and tabs.” is there something I am missing, is this possible?
The answers/resolutions are collected from stackoverflow, are licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0 .