19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
".github": true,
|
|
"LICENSE": true,
|
|
"requirements.txt": true,
|
|
"venv": true
|
|
},
|
|
"explorerExclude.backup": {},
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.formatting.provider": "autopep8"
|
|
}
|