cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
999 stars 632 forks source link

Ship a prettier/editorconfig with every template #148

Closed Cherry closed 1 year ago

Cherry commented 1 year ago

Today, this repo uses tabs for all templates which is fantastic for accessibility, as define by the prettier config in the root of this repo. Unfortunately though, one isn't shipped with every template, so when folks run their own prettier commands, it'll use default configs and throw errors/warnings for not using spaces.

PR to follow.