We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Indentation is not same in all the files.
home.tsx
app.test.tsx
ignite-ui-cli.json
style.module.css
app-route.tsx
.eslintrc.cjs
index.html
package.json
styles.css
tsconfig.json
app.tsx
style-utils.ts
vite.config.ts
main.tsx
mixed indentation across the files in generated project as well as mixed indentation in some files.
Indentation in all the files in generated project should follow same rule.
The text was updated successfully, but these errors were encountered:
onlyexeption
Successfully merging a pull request may close this issue.
Description
Indentation is not same in all the files.
Steps to reproduce
home.tsx
,app.test.tsx
andignite-ui-cli.json
have four spaces for indentation.style.module.css
,app-route.tsx
,.eslintrc.cjs
,index.html
,package.json
,styles.css
andtsconfig.json
have two spaces for indentation.app.tsx
,style-utils.ts
andvite.config.ts
have tabs for indentation.main.tsx
has mixed tabs and spaces for indentation.Result
mixed indentation across the files in generated project as well as mixed indentation in some files.
Expected result
Indentation in all the files in generated project should follow same rule.
The text was updated successfully, but these errors were encountered: