Skip to content

Instantly share code, notes, and snippets.

@ynwd
Created March 25, 2022 02:54
Show Gist options
  • Save ynwd/9d556bf3dd0fa268a66daccb901bd67c to your computer and use it in GitHub Desktop.
Save ynwd/9d556bf3dd0fa268a66daccb901bd67c to your computer and use it in GitHub Desktop.
vscode formatOnSave
{
"editor.formatOnSave": false,
"[javascript, python]": {
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment