vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
904 stars 159 forks source link

code formatting tools #230

Closed 18595439829 closed 6 months ago

18595439829 commented 6 months ago

Hi, I would like to know what's tools by used for code formatting in the project? I want to add the feature to format my project, when i click a button. Thanks.

Sight-wcg commented 6 months ago

https://prettier.io/

sxzz commented 6 months ago

You can use Prettier mentioned above, to format your code. However it's not the scope of this project.

18595439829 commented 6 months ago

thank you