Prettier With Tabs

JSON →
library 0.22.0 ·javascript deprecated
verified Jun 4, 2026

A fork of Prettier v0.22.0 (beta) that adds an option to indent lines with tabs instead of spaces. Prettier is an opinionated JavaScript formatter that parses JS into an AST and pretty-prints it, ignoring original formatting. This fork targets developers who need tab indentation before official support, but is no longer maintained (upstream Prettier now supports tabs via `useTabs`). Legacy release, only useful for historical reference or locked toolchains.