ywpark1 / portfolio-generator

Create the portfolio by filling out the form
MIT License
1 stars 8 forks source link

Add Prettier for code formatting. #13

Open xwang345 opened 5 years ago

xwang345 commented 5 years ago

Hi,

I just want to add Prettier to format the code.

ywpark1 commented 5 years ago

Thanks,

Are you thinking to use Prettier for C# code?

xwang345 commented 5 years ago

Yes. Prettier can reformat HTML CSS files but not for C#. we could include prettier in this project. See what the prettier supports: prettier

ywpark1 commented 5 years ago

Thanks for providing information about that.