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

refactor: further aligned code style #181

Merged
merged 9 commits into from
Dec 6, 2022
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.js]
[*.{js,jsx,ts,tsx,mjs}]
quote_type = single

[package.json]
Expand All @@ -21,6 +21,6 @@ quote_type = single
indent_size = 2
indent_style = space

[{*.yaml,*.yml}]
[*.{yaml,yml,md}]
indent_style = space
indent_size = 2