Created
April 9, 2024 00:47
-
-
Save deivguerrero/a50922a1aabe3b8b261408a29b44a3ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"[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