Svish
Svish

Reputation: 157971

Eclipse messes up my text by converting tabs into spaces

Opened up a tab separated file in Eclipse. When I copy one line and then paste it into the same file, all the tabs have been converted into spaces. This kind of ruins the tab separated format...

How can I stop Eclipse from messing up my files?

Upvotes: 2

Views: 944

Answers (1)

Kristian
Kristian

Reputation: 6613

Have you checked

Window -> Preferences -> General -> Editors -> Text Editors -> 
  Insert spaces for tabs

Upvotes: 2

Related Questions