formatter 설정

개발/Eclipse 2025. 1. 9. 13:34 |
대상 설명 설정 전 설정 후
추가 whitespace (공백) control statements  
  if else
- before opening parentheis
  for
- before opening parentheis
  switch
- before opening parentheis

  while and do while
- before opening parentheis
  synchronized
- before opening parentheis
  try-with-resources
- before opening parentheis
  catch
- before opening parentheis
  indentation (들여쓰기)    
java 신규 profile 생성
 
show whitespace
- 설정 전후 확인 목적

empty lines
- 빈줄의 들여쓰기

xml 들여쓰기 설정 이전
- tab의 1 size
 
xml > xml files > editor 

들여쓰기 설정 이후
- space의 2 size
 

 

 

Posted by 테리
: