浏览代码

do not set blank lines

Rodja Trappe 4 年之前
父节点
当前提交
852faab6b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vscode/settings.json

+ 1 - 1
.vscode/settings.json

@@ -6,7 +6,7 @@
   "[python]": {
     "editor.defaultFormatter": "ms-python.python"
   },
-  "python.formatting.autopep8Args": ["--max-line-length", "120"],
+  "python.formatting.autopep8Args": ["--max-line-length", "120", "--ignore", "E305,E302"],
   "python.testing.pytestArgs": ["."],
   "python.testing.unittestEnabled": false,
   "python.testing.nosetestsEnabled": false,