Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created October 17, 2023 03:04
Show Gist options
  • Save ManotLuijiu/6750b5717c53af1bc87ad8a120f91e56 to your computer and use it in GitHub Desktop.
Save ManotLuijiu/6750b5717c53af1bc87ad8a120f91e56 to your computer and use it in GitHub Desktop.
settings.json for python env
{
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"terminal.integrated.fontFamily": "AnonymicePro Nerd Font",
"editor.fontFamily": "AnonymicePro Nerd Font",
"terminal.integrated.fontSize": 16,
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordWrap": "on",
"git.autoRepositoryDetection": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment