12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"[jsonc]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[markdown]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true
|
|
}
|
|
} |