dprint / dprint-plugin-typescript

TypeScript and JavaScript code formatting plugin for dprint.
https://dprint.dev/plugins/typescript
MIT License
258 stars 57 forks source link

feat: ability to format a file at a specific indentation level #689

Closed dsherret closed 3 days ago

dsherret commented 3 days ago

This is for plugins like https://github.com/g-plane/markup_fmt when they need to format at a specific indentation level for stuff like <script> tags.

Todo: investigate naming