mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 00:27:02 +00:00
28 lines
683 B
JSON
28 lines
683 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[django-html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[css]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[javascript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
|
},
|
|
"[html][django-html][handlebars][hbs][mustache][jinja][jinja-html][nj][njk][nunjucks][twig]": {
|
|
"editor.defaultFormatter": "monosans.djlint"
|
|
},
|
|
"python.testing.pytestArgs": [
|
|
"src"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
} |