teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Use code formatters to ensure consistent style #36

Open teleclimber opened 2 years ago

teleclimber commented 2 years ago

Automated use of code formatters can help get consistent style with multiple contributors.

I think Go does this automatically (verify), but do it for Deno / Vue / TS too.

teleclimber commented 2 years ago

Deno does this too: deno fmt, so just use that.