Skip to content

Instantly share code, notes, and snippets.

@KhalidCK
Last active June 29, 2021 18:50
Show Gist options
  • Save KhalidCK/5c20d05a9a670cea60e6d704acfc330d to your computer and use it in GitHub Desktop.
Save KhalidCK/5c20d05a9a670cea60e6d704acfc330d to your computer and use it in GitHub Desktop.
{
"recommendations": ["exiasr.hadolint"]
}
{
"recommendations": ["vscodevim.vim", "PKief.material-icon-theme","yzhang.markdown-all-in-one","streetsidesoftware.code-spell-checker"]
}
{
"recommendations": ["ms-python.python", "njpwerner.autodocstring"]
}
{
"recommendations": ["moctref.vetur", "sdras.vue-vscode-snippets"]
}
{
"editor.formatOnSave": true,
"python.testing.pytestEnabled": true,
"markdown.extension.toc.updateOnSave": false,
"python.formatting.provider": "black",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"[python]": {
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.defaultFormatter": "ms-python.python"
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment