//////
Search

코드 스타일 컨벤션

태그

 코드 컨벤션

들여쓰기(tab) 4칸
prettier 사용
{ "singleQuote": true, "tabWidth": 4 }
JSON
복사