diff --git a/site/content/faq/425-is-there-a-tool-to-automaticly-format.md b/site/content/faq/425-is-there-a-tool-to-automaticly-format.md new file mode 100644 index 000000000000..10f54d6bb78f --- /dev/null +++ b/site/content/faq/425-is-there-a-tool-to-automaticly-format.md @@ -0,0 +1,5 @@ +--- +question: Is there a tool to automatically format my .svelte files? +--- + +You can use prettier with the [prettier-plugin-svelte](https://www.npmjs.com/package/prettier-plugin-svelte) plugin.