Changing editor tab width in eclipse 3.5

前端 未结 6 511
眼角桃花
眼角桃花 2020-12-29 17:46

I am trying to adjust the width of tabs from Window -> Preferences -> General -> Editors -> Text Editors where there is a field for \"Display Tab Width\". But no matter what

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 18:32

    Check your Java->Code Style->Formatter settings, to see whether you're using tabs or spaces; you might be using spaces!

提交回复
热议问题