Closed blahgeek closed 1 year ago
Please can you supply an example file on which it fails?
Ah, this seems to be a problem with typescript-ts-mode
which I didn't catch. To fix, change:
(typescript-ts-mode typescript typescript-ts-mode-indent-offset)
to
(typescript-ts-mode javascript typescript-ts-mode-indent-offset)
If you can check that fixes it, that would be most helpful.
Thanks for your quick response! I can confirm it fixes the issue.
dtrt-indent version: 1.13 (69d8e93c33050b073228be2e8ec0b3ca52989f9b) emacs version: 30.0.50 (master)