How can I get Eclipse to insert tabs instead of spaces for Java content assist?

后端 未结 9 1040
星月不相逢
星月不相逢 2020-12-30 23:42

Is there any way to persuade Eclipse to use tabs instead of spaces for indenting its built-in Java content assist proposals (such as when creating an empty method which over

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 00:04

    Preferences > Java > Code Style > Formatter > Edit > Indentation > Use tabs only for leading indentation checkbox

提交回复
热议问题