ObieSource / obiesource.github.io

The ObieSource Website. Project Leader: Ajai Nelson
https://obiesource.github.io/
2 stars 22 forks source link

Tabs and spaces #17

Closed AjaiKN closed 1 year ago

AjaiKN commented 2 years ago

We've been inconsistent about tabs vs. spaces, and we should decide which one to use.

FiskFan1999 commented 2 years ago

I wonder if there is an automatic formatter that can be applied to the html, similar to gofmt for golang.

AjaiKN commented 2 years ago

Prettier can format HTML, CSS, JSON, and JavaScript.

FiskFan1999 commented 1 year ago

I wonder if there is an automatic formatter script. Kind of like gofmt

Sent from my iPhone

On May 14, 2022, at 18:55, Ajai @.***> wrote:

 We've been inconsistent about tabs vs. spaces, and we should decide which one to use.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

AjaiKN commented 1 year ago

That's exactly what prettier is.

AjaiKN commented 1 year ago

We now have prettier set up. It should format on save in VSCode, and we also added a GitHub Action that re-formats the code in the main branch (with an automated commit) if it's not formatted.