samarla commited on
Commit
d8b2bcc
·
1 Parent(s): b21cb51
Files changed (1) hide show
  1. .vscode/settings.json +6 -0
.vscode/settings.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "[python]": {
3
+ "editor.defaultFormatter": "ms-python.autopep8"
4
+ },
5
+ "python.formatting.provider": "none"
6
+ }