Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '.vscode/settings.json' with remote '.vsc…
Browse files Browse the repository at this point in the history
…ode/settings.json'
  • Loading branch information
lwjohnst86 authored and signekb committed Sep 16, 2024
1 parent d3657fc commit 989f233
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
"editor.tabSize": 2,
"editor.wordWrap": "off",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
},
"git.autofetch": false,
"quarto.visualEditor.markdownWrap": "column",
"quarto.visualEditor.markdownWrapColumn": 72,
"autoDocstring.customTemplatePath": ".vscode/google-notypes.mustache",
"editor.tabCompletion": "on",
"editor.snippetSuggestions": "inline",
"conventional-branch.type": [
Expand All @@ -24,19 +20,9 @@
"chore", // Misc things, like renaming or deleting files
],
"conventional-branch.format": "{Type}/{Branch}",
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[html][django-html]": {
"editor.defaultFormatter": "monosans.djlint"
},
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
"python.languageServer": "Pylance",
"files.insertFinalNewline": true,
"cSpell.enableFiletypes": [
"quarto"
],
"cSpell.language": "en,en-GB",
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
}

0 comments on commit 989f233

Please sign in to comment.