|
From: | Dmitry Gutov |
Subject: | bug#72184: 31.0.50; typescript-ts-mode does not bind RET to newline-and-indent |
Date: | Sat, 20 Jul 2024 03:22:47 +0300 |
User-agent: | Mozilla Thunderbird |
On 19/07/2024 00:30, Andrea Corallo wrote:
Jostein Kjønigsen<jostein@secure.kjonigsen.net> writes:When using typescript-ts-mode in a bare config without any custom hooks defined, RET ends up being bound (by default) to `newline`. This is suboptimal, given that users typically want newlines to be indented. RET should instead be bound to `newline-and-indent`.Hi, AFAIK this is what we tipically do, like: c-mode, c-ts-mode, lisp-mode, emacs-lisp-mode etc. Why 'typescript-ts-mode' should be different?
Right, we normally handle automatic indentation using electric-indent-mode (which is on by default).
If RET behaves incorrectly in typescript-ts-mode somehow, more details should be provided.
[Prev in Thread] | Current Thread | [Next in Thread] |