본문 바로가기
개발환경

[개발환경] eclipse tab을 space 4개로 변경

by hong0 2021. 7. 22.
반응형

Eclipse에서 tab to space 설정방법

  1. Windows -> Preferences -> General -> Editors -> Text Editor 선택

  1. Insert spaces for tabs 체크 -> Apply and Close'
  2. 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개로 동작됨을 확인한다.

반응형

댓글