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 0000000000..eb30b0bb18 --- /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 automaticly format my .svelte files? +--- + +You can use prettier with the [prettier-plugin-svelte](https://www.npmjs.com/package/prettier-plugin-svelte) plugin maintained by us.