标签:ase tps false file format line Edito for ras
1.vscode配置 yapf ,格式化代码
{ "workbench.editorAssociations": [ { "viewType": "jupyter.notebook.ipynb", "filenamePattern": "*.ipynb" } ], "files.insertFinalNewline": true, "files.autoSave": "afterDelay", "python.formatting.provider": "yapf", "editor.formatOnSave": true, "python.formatting.yapfArgs": [ "--style={based_on_style: pep8, indent_width: 4}" ], "editor.detectIndentation": false, }
标签:ase tps false file format line Edito for ras
原文地址:https://www.cnblogs.com/yan-2010/p/14872696.html