-
✔ 마지막줄 공백 추가하는 설정 On / Off
- VSCode 메뉴: [File] >> [Preferences] >> [Settings]
- "Trim Trailing Whitespace" 으로 검색 >>
- [Trim Trailing Whitespace] 항목에 On / Off 체크
Off 하면 공백 추가 설정이 사라진다
https://codedragon.tistory.com/9673
VSCode (VisualStudio Code) - 줄 끝 공백 제거하기
VSCode - 줄 끝 공백 제거하기 VSCode 메뉴: [File] >> [Preferences] >> [Settings] "Trim Trailing Whitespace" 으로 검색 >> [Trim Trailing Whitespace] 항목을 체크합니다. Trim Trailing Whitespace
codedragon.tistory.com
✔ Prettier 자동저장 설정 On / Off
- VScode 상단메뉴: [File] >> [Preferences] >> [Settings]
- formatOnSave 검색
- 체크 해제
Off 하면 Prettier 에 따라 자동저장하는 옵션이 꺼진다
VS Code - 저장 프리티어prettier 해제
VScode 상단메뉴 파일 - 기본 설정 - 설정 으로 이동formatOnSave 검색체크 해제
velog.io
'프로그래밍 > TIL' 카테고리의 다른 글
windows.scrollY 의 쓰임 (0) 2022.04.27 JS !! 논리연산자 (0) 2022.04.27 Windows Local Https 환경 설정 (0) 2022.04.27 react-router-dom 6 version (0) 2021.11.28