Eclipse's Editor occasionally inserts a single space when I hit tab instead of the configured two spaces. How to prevent this? -


i have eclipse editor configured use 2 spaces instead of tabs. however, randomly adds single space when press tab. seems occur on existing lines e.g. if create new white line , hit tab, i'll never single space. spot i've seen tab consistently produce single space after closing bracket }. there way prevent these single space tabs?


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -