Skip to content

Commit

Permalink
Dont format on save for vscode (#5058)
Browse files Browse the repository at this point in the history
* Add code

* Dont format on save

* Delete prettier line
  • Loading branch information
freddyaboulton authored Aug 1, 2023
1 parent 0b74a15 commit 95ea19d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"cssvar.disableSort": true,
"cssvar.extensions": ["js", "css", "html", "jsx", "tsx", "svelte"],
"python.analysis.extraPaths": ["./gradio/themes/utils"],
"prettier.useTabs": true,
"editor.formatOnSave": true,
"svelte.plugin.svelte.format.enable": true,
"svelte.plugin.svelte.diagnostics.enable": false,
"prettier.configPath": ".config/.prettierrc.json",
Expand Down

1 comment on commit 95ea19d

@vercel
Copy link

@vercel vercel bot commented on 95ea19d Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.