vscode-proto3 格式化设置

    "[proto3]": {
        "editor.defaultFormatter": "zxh404.vscode-proto3",
        "editor.formatOnSave": true,          // 保存时自动格式化
        "clang-format.style": "{BasedOnStyle: LLVM,ColumnLimit: 190,IndentWidth: 4,AlignConsecutiveMacros: true }",
      },

posted on 2025-05-15 14:21  alex.shu  阅读(244)  评论(0)    收藏  举报

导航