Prettier
Formatters
Prettier
Adds a managed .prettierignore section for vendored source.- Detected From
- .prettierrc* files, prettier.config.* files, or a prettier dependency.
- Writes
- .prettierignore with a managed vendor/ entry.
- Visibility
- Prettier skips upstream snapshots without hiding them from agents or language servers.
When To Use It
Use this when committed vendor code should preserve upstream formatting.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.