STS Indentation 설정
STS 설정 팁
Java 들여쓰기 설정
- Windows > Preference 클릭
- Preference 창에서 General > Editors > Text Editors 클릭
- Insert spaces for tabs 체크
- Preference 창에서 Java > Code Style > Formatter 클릭
- [New…] 클릭하여 새로운 Formatter 프로필 생성
- [Edit] 클릭 > Indentation 탭 선택
- Tab policy를 Spaces only 로 설정
- (혹시 안되어 있다면) Indentation size 4로 설정
Javascript 들여쓰기 설정
- Preference 창에서 Javascript > Code Style > Formatter 클릭
- [New…] 클릭하여 새로운 Formatter 프로필 생성
- [Edit] 클릭 > Indentation 탭 선택
- Tab policy를 Spaces only 로 설정
- Indentation size: 2, Tab size: 2로 설정
HTML 들여쓰기 설정
- Preference 창에서 Web > HTML Files > Editor 클릭
- Indent using spaces 선택
- Indentation size 2로 설정
CSS 들여쓰기 설정
- Preference 창에서 Web > CSS Files > Editor 클릭
- Indent using spaces 선택
- Indentation size 2로 설정
XML 들여쓰기 설정
- Preference 창에서 XML > XML Files > Editor 클릭
- Indent using spaces 선택
- Indentation size 2로 설정
Spellcheck 끄기(정신 건강에 좋음)
- Preference 창에서 spell로 검색하여 General > Editors > Text Editors > Spelling 선택
- Enable spell checking 체크 해제
이미 작성된 코드의 경우
Ctrl + Shift + F를 누르면 설정에 따라 자동 포맷팅 됩니다 ㅎㅎ