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
When adding a module with nuxi (e. g. pnpm dlx nuxi@latest module add i18n), I'm expecting my config to keep it's formatting.
pnpm dlx nuxi@latest module add i18n
Formats the config totally wrong (likely due to tabs & spaces).
pnpm
nuxi@latest
.editorconfig
root = true [*] charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true indent_style = tab indent_size = 4 [*.{js,jsx,mjs,cjs,ts,tsx,json,css,scss,vue,yml,yaml,xml}] indent_size = 2
The text was updated successfully, but these errors were encountered:
Thanks @danielroe, didn't see this one :)
Sorry, something went wrong.
no worries!
No branches or pull requests
Prerequisites
Expected Behavior
When adding a module with nuxi (e. g.
pnpm dlx nuxi@latest module add i18n
), I'm expecting my config to keep it's formatting.Current Behavior
Formats the config totally wrong (likely due to tabs & spaces).
Steps to Reproduce
pnpm
andnuxi@latest
.editorconfig
fileThe text was updated successfully, but these errors were encountered: