VSCode Settings.json에서 인덴트 설정

2021. 6. 24. 17:51·IT(개발아님)/Utility
반응형

VSCode Settings.json에서 인덴트 설정

  • Ctrl + ,로 설정에 들어간 뒤 우측 상단의 Open Settings(JSON) 클릭 후 아래 내용 삽입
{
    "[markdown]": {
        "editor.tabSize": 2,
        "editor.insertSpaces": true,
    },
    "[html]": {
        "editor.insertSpaces": true,
        "editor.tabSize": 2
    },
    "[css]": {
        "editor.insertSpaces": true,
        "editor.tabSize": 2
    },
    "[javascript]": {
        "editor.insertSpaces": true,
        "editor.tabSize": 2
    },
}

참고

  • https://stackoverflow.com/questions/45806965/auto-indent-rules-for-file-extension-in-visual-studio-code-vscode
반응형
저작자표시 (새창열림)

'IT(개발아님) > Utility' 카테고리의 다른 글

VSCode No such file or directory 에러  (3) 2021.08.13
팟플레이어 검은 화면  (0) 2021.06.25
VirtualBox "가상머신의 세션을 열 수 없습니다" 에러  (4) 2021.06.02
VirtualBox에 우분투 20.04 설치  (0) 2021.04.23
VirtualBox 공유 폴더 만들기  (0) 2021.04.20
'IT(개발아님)/Utility' 카테고리의 다른 글
  • VSCode No such file or directory 에러
  • 팟플레이어 검은 화면
  • VirtualBox "가상머신의 세션을 열 수 없습니다" 에러
  • VirtualBox에 우분투 20.04 설치
Caniro
Caniro
  • Caniro
    Minimalism
    Caniro
  • 전체
    오늘
    어제
    • 전체보기 (321)
      • SW개발 (269)
        • Java Spring (6)
        • C++ (186)
        • Python (21)
        • Linux (16)
        • 알고리즘 (13)
        • Git (4)
        • Embedded (1)
        • Raspberrypi (9)
        • React (3)
        • Web (3)
        • Windows Device Driver (6)
      • IT(개발아님) (47)
        • Windows (26)
        • MacOS (8)
        • Utility (11)
      • 챗봇 짬통 (0)
      • 일상 (2)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    unix
    윈도우 명령어
    KakaoTalk
    스프링 프레임워크 핵심 기술
    dism
    Solaris 10
    spring
    스프링
    로지텍 마우스 제스처
    EXCLUDE
    알림
    윈도우
    SunOS 5.1
    Windows 11
    MacOS
    시스템 복구
    Workspace
    vscode
    citrix workspace
    logi options
    백기선
    SFC
    맥북 카카오톡 알림 안뜸
    그림판
    windows
    java
    제외
    mspaint
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
Caniro
VSCode Settings.json에서 인덴트 설정
상단으로

티스토리툴바