mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 13:39:42 +03:00
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"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,
|
|
"**/__pycache__": true
|
|
},
|
|
"editor.glyphMargin": true
|
|
} |