https://lahuman.jabsiri.co.kr/158
- Google style guide for Eclipse
- ECLIPSE를 실행하고 다음 메뉴로 이동한다.
> Window > Preference > java > Code Style > Formatter
- Import를 선택하고 내려받은 XML 파일을 선택하고 Active Profile을 GoogleStyle로 설정
* 오류확인
- https://github.com/google/styleguide/issues/338
* 추가 eclipse 설정
* 블럭 주석 내용 formating([C]+[S]+f) 대상 제외
- Window - Preference - Java - Code Style - Formatter - New(새로운 프로필 생성) - Edit - Comments
> Enable block comment formatting 체크 해제
'tip' 카테고리의 다른 글
안드로이드(갤럭시23) 변경 후 카카오톡 사진/미디어 이동 (0) | 2023.03.23 |
---|---|
dbeaver 귀찮은 오류 - Unhandled event loop exception No more handles (0) | 2023.02.13 |
lombok static 메소드 log 표시 : @Slf4j (with @UtilityClass) (0) | 2023.02.09 |
dbeaver 단축키 설정 - 행첫칸 이동 (1) | 2023.01.29 |
tomcat 실행로그 경고메시지 (0) | 2016.03.04 |