Eclipse 设置 tab width 为 4 个空格 (spaces)

Eclipse 设置 tab width 为 4 个空格 (spaces)

1. Window -> Preferences -> General -> Editors -> Text Editors,选中右侧的 Insert space for tabs.

Apply and Close.

Eclipse 设置 tab width 为 4 个空格 (spaces)_第1张图片

 

2. Window -> Preference -> C++ -> Code Style -> Formatter,点击右侧的 Editor,选择左侧 Tab policy 的值为 Spaces only,应用即可。

Eclipse 设置 tab width 为 4 个空格 (spaces)_第2张图片

 

若出现应用 Apply 按钮为灰色的情况,需要回到上一步。点击 New... 按钮,根据当前的样式重新生成一个新的样式并保存,重复第 2 步,编辑该样式即可。

Eclipse 设置 tab width 为 4 个空格 (spaces)_第3张图片

 

Eclipse 设置 tab width 为 4 个空格 (spaces)_第4张图片

 

你可能感兴趣的:(Eclipse,IDE)