VSCode json 配置备份

{
   
    // =============================================================================================
    "[markdown]": {
   
        "editor.acceptSuggestionOnEnter": "off", // 是否回车接受建议
        "editor.detectIndentation": false, // 是否检测文件tab,tab使用space替代时需要将其关闭
        "editor.formatOnSave": false,
        "editor.insertSpaces": true, //tab转为space        
        // 控制是否在键入时自动显示建议
        "editor.quickSuggestions": {
   
            "comments": true,
            "other": true,
            "strings": true
        },
        "editor.renderControlCharacters": true, //显示控制字符
        "editor.renderWhitespace": "all", //显示space
        "editor.snippetSuggestions": "top",
        "editor.tabCompletion": "on", // tab补全
        "editor.tabSize": 4 // tab对应的空格数
    },
    "[properties]": {
   
        "editor.detectIndentation": false, // 是否检测文件tab,tab使用space替代时需要将其关闭
        "editor.insertSpaces": true, //tab转为space
        "editor.rulers": [
            30,
            80,
            120
        ],
        "editor.tabSize": 4 // tab对应的空格数
    },
    "[python]": {
   
        "editor.defaultFormatter": "ms-python.python",
        "editor.rulers": [
            80,
            100,
            120,
            150
        ]
    },
    // ==================================== [插件]C/C++ =============================================
    "C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: LLVM, IndentWidth: 4 }",
    "C_Cpp.intelliSenseCacheSize": 0,
    "C_Cpp.vcFormat.newLine.beforeElse": false,
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
    "C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "sameLine",
    "C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyFunction": true,
    "C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyType": true,
    "C_Cpp.vcFormat.space.afterCastCloseParenthesis": true,
    "C_Cpp.vcFormat.space.beforeFunctionOpenParenthesis": "insert",
    "C_Cpp.vcFormat.space.beforeInitializerListOpenBrace": true,
    "C_Cpp.vcFormat.space.beforeLambdaOpenParenthesis": true,
    "C_Cpp.vcFormat.space.betweenEmptyLambdaBrackets": true,
    "C_Cpp.vcFormat.space.betweenEmptyParameterListParentheses": true,
    // ================================ [插件]CodeRunner ============================================
    // ![删除]
    // =============================================================================================
    "debug.console.fontSize": 20,
    "editor.acceptSuggestionOnEnter": "off",
    "editor.bracketPairColorization.enabled": true,
 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值