1) Java editor 탭 설정
Window > Preferences > Java > Code Style > Formatter
- New 버튼을 눌러 Eclipse [space] 생성 (원본 : Eclipse [built-in])
- Tab policy : Spaces only
- Tab size : 4
- 참조 http://woogyun.tistory.com/199
2) Text editor 탭 설정
Window > Preferences > General > Editors > Text Editors
- Displayed tab width : 4
- Insert spaces for tabs : check
'Eclipse' 카테고리의 다른 글
[오류] import javax.servlet.http.* The import javax.servlet.http cannot be resolved (0) | 2014.07.18 |
---|---|
[오류] java.lang.ClassNotFoundException (0) | 2014.07.18 |
이클립스 팁 (0) | 2013.11.20 |
eclipse.ini 설정 (0) | 2013.05.14 |
이클립스 WORKSPACE 지정 (0) | 2013.02.20 |