Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to hard tabs for indentation #1

Open
Cherry opened this issue May 3, 2023 · 0 comments
Open

Switch to hard tabs for indentation #1

Cherry opened this issue May 3, 2023 · 0 comments

Comments

@Cherry
Copy link

Cherry commented May 3, 2023

As per: cloudflare/workers-sdk#1298

wrangler2, and all wrangler templates follow this paradigm for better accessibility by default. It would be great to get a similar .prettierrc and .editorconfig in this repo. I'm happy to PR this if welcome.

.editorconfig:

# https://editorconfig.org
root = true

[*]
end_of_line = lf
indent_style = tab
tab_width = 2

.prettierrc:

{
	"printWidth": 80,
	"singleQuote": false,
	"semi": true,
	"useTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant