Skip to content

Instantly share code, notes, and snippets.

@deivguerrero
Created April 9, 2024 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deivguerrero/a50922a1aabe3b8b261408a29b44a3ed to your computer and use it in GitHub Desktop.
Save deivguerrero/a50922a1aabe3b8b261408a29b44a3ed to your computer and use it in GitHub Desktop.
{
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.formatOnType": true,
"editor.rulers": [79]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment