Parcourir la source

black formatter

gc-server6 il y a 1 an
Parent
commit
53f7a8d173
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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,