본문 바로가기
개발환경

[개발환경] eclipse whitespace(공백) 표시/제거 설정

by hong0 2021. 7. 22.
반응형

Eclipse whitespace(공백) 표시 설정

  • Window -> Preferences -> General -> Text Editors 

  • Show whitespace characters 체크 -> Apply and Close

  • 아래와 같이 표시됨을 확인한다.

 

Eclipse whitespace(공백) 제거 설정

  • Window -> Preferences -> Java -> Editor -> Save Actions

  • Perform the selected actions on save 체크

  • Additional actions 체크

  • Configure… 클릭

  • Code Organizing 탭 ->Remove trailing whitespace 체크 -> All lines -> OK

  • Apply -> Apply and Close
  • 아래와 같이 whitespace(공백)이 제거되어 저장됨을 확인한다.

 

반응형

댓글