Ver Fonte

black formatter

gc-server6 há 1 ano atrás
pai
commit
53f7a8d173
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      .vscode/settings.json

+ 4 - 0
.vscode/settings.json

@@ -1,4 +1,8 @@
 {
+    "[python]": {
+        "editor.defaultFormatter": "ms-python.black-formatter",
+        "editor.formatOnSave": true
+    },
     "python.pythonPath": "/usr/bin/python",
     "python.testing.pytestEnabled": false,
     "python.testing.nosetestsEnabled": false,