spaces-to-tabstextdev
Spaces → Tabs
Convert leading indentation spaces into tabs (best-effort).
Inputs
Output
(no output yet)
Explanation
Convert indentation blocks to tabs using a configurable tab width.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related