8 lines
264 B
JSON
8 lines
264 B
JSON
{
|
|
"python.linting.enabled": true,
|
|
"python.linting.lintOnSave": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"suggest.triggerAfterInsertEnter": true,
|
|
"suggest.acceptSuggestionOnCommitCharacter": false
|
|
}
|