SERVER-73646 Added python format-on-save
This commit is contained in:
parent
ceb331a747
commit
141ce1c1f1
@ -52,6 +52,10 @@
|
||||
"editor.defaultFormatter": "xaver.clang-format",
|
||||
"editor.formatOnSave": true,
|
||||
},
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.python",
|
||||
"editor.formatOnSave": true,
|
||||
},
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user