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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -