반응형
Eclipse에서 tab to space 설정방법
- Windows -> Preferences -> General -> Editors -> Text Editor 선택
- Insert spaces for tabs 체크 -> Apply and Close'
- Displayed tab width 4는 tab이 space 4개를 의미한다.
안되는 경우 해당 언어에 아래와 같이 추가 설정 (ex java)
- Windows -> Preferences -> Java -> Code Style
- New -> Profile name 입력 -> OK
- Indentation -> Tab policy -> Spaces only 선택 -> Apply -> OK
- Active profile에 설정한 Profile name 선택 -> Apply And Close
- 아래와 같이 tab이 space 4개로 동작됨을 확인한다.
반응형
'개발환경' 카테고리의 다른 글
[개발환경] eclipse Java Build Path 설정 (1) | 2021.08.11 |
---|---|
[개발환경] eclipse whitespace(공백) 표시/제거 설정 (0) | 2021.07.22 |
[개발환경] cloc 특정 파일, 디렉토리 제외 옵션 (0) | 2021.06.25 |
[개발환경] Git branch 생성 /삭제, tag 생성/삭제 (0) | 2021.01.27 |
[개발환경] git branch 명령어 입력시 전체화면으로 list 출력될 때 (0) | 2020.12.29 |
댓글