VSCode Settings.json에서 인덴트 설정

2021. 6. 24. 17:51·Utility/VSCode

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
저작자표시 (새창열림)

'Utility > VSCode' 카테고리의 다른 글

VSCode workspace에서 특정 패턴 제외  (0) 2022.10.02
VSCode 스크롤이 너무 빠를 때  (0) 2021.09.08
VSCode No such file or directory 에러  (3) 2021.08.13
VSCode에서 특정 파일이나 폴더 숨기기  (0) 2021.04.05
'Utility/VSCode' 카테고리의 다른 글
  • VSCode workspace에서 특정 패턴 제외
  • VSCode 스크롤이 너무 빠를 때
  • VSCode No such file or directory 에러
  • VSCode에서 특정 파일이나 폴더 숨기기
Caniro
Caniro
  • Caniro
    Minimalism
    Caniro
  • 전체
    오늘
    어제
    • 분류 전체보기 (317)
      • Algorithm (13)
        • 알기 쉬운 알고리즘 (10)
        • Search (1)
        • Sort (2)
      • Arduino (0)
      • C++ (185)
        • Class (46)
        • Exception (6)
        • Library (51)
        • Overloading (10)
        • SmartPointer (5)
        • Syntax (33)
        • TBC++ (23)
        • Templates (9)
        • VisualStudio (2)
      • Embedded (1)
      • Git (4)
      • Java (5)
      • Linux (16)
        • Error (1)
        • Linux Structure (11)
      • MacOS (7)
      • OS (1)
        • Concurrency (1)
      • Python (21)
        • Class (1)
        • Function (2)
        • Syntax (17)
      • Raspberrypi (9)
      • Review (1)
      • Utility (12)
        • VSCode (5)
        • VirtualBox (3)
      • Web (8)
        • Nginx (1)
        • React (3)
        • Django (1)
      • Windows (20)
        • Registry (3)
        • WSL (1)
        • DeviceDriver (6)
  • 블로그 메뉴

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

  • 공지사항

  • 인기 글

  • 태그

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

  • 최근 글

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

티스토리툴바