개발
이클립스 테마 기본 변경 , 탭 공백 표시
철산92
2018. 1. 12. 11:50
반응형
1.
Window -> Preferences -> Java ->Code Style -> Formatter
기본 셋팅은 edit눌러도 변경 X 그래서 New를 클릭 새로 만든다.
Tap policy를 Spaces Only로 클릭후 Apply 또는 OK
2.
Window -> Preferences -> JavaScript ->Code Style -> Formatter
기본 셋팅은 edit눌러도 변경 X 그래서 New를 클릭 새로 만든다.
Tap policy를 Spaces Only로 클릭후 Apply 또는 OK
3.
Window -> Preferences -> General ->Editors -> Text Editors
Insesrt spaces for tabs 체크
Show whitespace characters 체크
Show whitespace characters 옆에 confiaure visibility 클릭 Carriage Return, LineFeed Trailing체크 해제
4.
OK클릭
반응형