javascript - Stop eclipse from inserting tabs instead of spaces on blocks of code -
javascript - Stop eclipse from inserting tabs instead of spaces on blocks of code -
i utilize eclipse javascript plugin, have text editor settings "insert spaces tabs" works fine until select block of code , tab or shift tab it, run jslint , aargghh! "mixed spaces , tabs." there missing , possible?
i not sure set editor property "insert spaces tabs". set tab policy need go window > preferences > javascript > code style > formatter
, create new profile, edit , set tab policy "spaces only". when using tab key spaces inserted.
javascript eclipse eclipse-plugin jslint
Comments
Post a Comment