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

后端 未结 9 956
星月不相逢
星月不相逢 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:03

    Have a look in the preferences at Java / Code Style / Formatter
    Create your own profile and set "Indentation" / "Tab policy" to "Tabs only"

提交回复
热议问题