VS Code设置行代码长度
时间:2021-07-07 12:46:42
收藏:0
阅读:104
文件->首选项->用户设置,搜ruler后点击edit in settings.json
"editor.rulers": [80] #80可修改,Python建议是80

原文:https://www.cnblogs.com/woniuguoguo/p/14874410.html
评论(0)