Nymnion / Forsen

Forsen Website - Nammers Inc
GNU General Public License v3.0
34 stars 25 forks source link

Add prettier config file #41

Closed brunolm closed 1 year ago

brunolm commented 1 year ago

Prettier is a program that automatically formats your code.

Here is the VSCode extension: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

brunolm commented 1 year ago

image

Before vs After

image

NOTE: you have like 3 errors and it won't format if it has errors (you're not closing main, you have center being closed in wrong places, etc)