{
    "workbench.colorTheme": "Atom One Light",
    "workbench.colorCustomizations": {
    "[Atom One Light]": {
    "editor.background": "#C7EDCC",
    "sideBar.background": "#C7EDCC",
    "activityBar.background": "#C7EDCC",
    },
    },
    "fileheader.cursorMode": {
    "Date": "2012-12-25 09:59:11",
    "author": "Changgf", // 文件在项目中的相对路径 自动更新
    "description":"",
    "param": "",
    "return": ""
    
    
    },
    "fileheader.configObj": {
    "createFileTime": true, // 设为false更改为当前生成注释的时间
    "dateFormat": "YYYY-MM-DD HH:mm:ss"
    },
    // 显示垂直标尺的列,80字符的ruler
    "editor.rulers": [80],
    
    //一个制表符等于的空格数。该设置在`editor.detectIndentation`
    //启用时根据文件内容进行重写。
    "editor.tabSize": 4,
    "editor.insertSpaces": true,
    "editor.detectIndentation": false
    
}
posted on 2021-01-16 10:27  Changgf  阅读(132)  评论(0)    收藏  举报