vscode 格式化插件 black formatter & autopep8 单行最大长度设置
·
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"black-formatter.args": [
"--line-length=110"
],
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"autopep8.args": [
"--max-line-length=100"
],
更多推荐
所有评论(0)