Files
sublime-music/.vim/coc-settings.json
2020-05-08 11:30:23 -06:00

10 lines
270 B
JSON

{
"python.jediEnabled": false,
"python.analysis.openFilesOnly": false,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black"
}