VScode 의 settings. json 설정

{
    "editor.mouseWheelZoom": true,

    "astyle.additional_languages": [
        "c",
        "cpp",
    ],

    "astyle.cmd_options": [
        "--style=allman",//Kernighan&Ritchie        
        "--indent=spaces=4",//  4   
        "--convert-tabs",
        "--align-pointer=name",
        "--align-reference=name",
        "--keep-one-line-statements",
        "--pad-header",
        "--pad-oper",//           
    ],

    "astyle.executable": "D:\\AStyle\\bin\\astyle.exe",

    "files.encoding":"GB2312",

    "[c]": {
        "editor.defaultFormatter": "chiehyu.vscode-astyle"
    },
    "editor.minimap.enabled": false,
    "[cpp]": {
        "editor.defaultFormatter": "chiehyu.vscode-astyle"
    },
    "workbench.colorTheme": "One Dark Pro",

}

파일 - 첫 번 째 옵션 - 설정
다음으로 전송:https://www.cnblogs.com/CodeWorkerLiMing/p/10992832.html

좋은 웹페이지 즐겨찾기