mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
13 lines
297 B
JSON
13 lines
297 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
|
|
}
|
|
} |