📜  粘码格式自动 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:38.855000             🧑  作者: Mango

代码示例1
{
    // Controls if the editor should automatically format the line after typing
    "beautify.onSave": true,

    "editor.formatOnSave": true,

    // You can auto format any files based on the file extensions type.
    "beautify.JSfiles": [
        "js",
        "json",
        "jsbeautifyrc",
        "jshintrc",
        "ts"
    ]
}