subrepo: subdir: "apps/twscrape" merged: "e4dce5d3" upstream: origin: "https://github.com/vladkens/twscrape" branch: "main" commit: "e4dce5d3" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
25 lines
547 B
JSON
25 lines
547 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": ["source.organizeImports"],
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
},
|
|
"[toml]": {
|
|
"editor.defaultFormatter": "tamasfe.even-better-toml"
|
|
},
|
|
"[markdown]": {
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.wordWrapColumn": 99
|
|
},
|
|
"files.exclude": {
|
|
".ruff_cache": true,
|
|
".pytest_cache": true,
|
|
".coverage": true,
|
|
"htmlcov": true,
|
|
"dist": true
|
|
},
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile"
|
|
}
|
|
}
|