This commit is contained in:
2023-10-28 16:31:26 +03:00
commit 58775f9935
6 changed files with 91 additions and 0 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"editor.defaultFormatter": "ms-python.autopep8",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.ruby-lsp": true,
"**/venv": true
}
}