소스 검색

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,