12 lines
219 B
JSON
12 lines
219 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"rst",
|
|
"javascript",
|
|
"python",
|
|
"json",
|
|
"yaml"
|
|
],
|
|
"python.jediEnabled": false,
|
|
"python.formatting.provider": "black"
|
|
}
|