oven-sh/bun
`bun init` generates inconsistent files with spacing / tabs
Geschlossen
#19.319 geöffnet am 27.04.2025
bugcligood first issue
Repository-Metriken
- Stars
- (90.348 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
What version of Bun is running?
1.2.10
What platform is your computer?
Darwin 24.4.0 arm64 arm
What steps can reproduce the bug?
bun init- Choose library
What is the expected behavior?
Files should be consistent with either spaces or tabs (but we all know it should be spaces, right? 😬)
What do you see instead?
package.jsonis spaced by tabstsconfig.jsonis spaced by spaces
Additional information
No response