📜  在 vs 代码中缩进代码 - 无论代码示例

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

代码示例3
{
    // 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"
    ]
}