[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed sta
From: |
Eli Zaretskii |
Subject: |
bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements |
Date: |
Wed, 15 Nov 2023 15:40:48 +0200 |
> From: nvp <noah.v.peart@gmail.com>
> Date: Thu, 9 Nov 2023 17:29:21 -0800
>
> Tags: patch
>
> * lisp/progmodes/typescript-ts-mode.el
> (typescript-ts-mode--indent-rules): fix indentation after statements
> without brackets
>
> Bug: There are no indentation rules for statement bodies following
> if/for/for_in/do/while statements without brackets.
>
> Recipe to reproduce:
> In a `typescript-ts-mode` buffer with the following code,
>
> if (true)
> console.log('No indent here')
>
> Try to indent the second line.
Dmitry, Yuan: any comments?
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, nvp, 2023/11/09
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements,
Eli Zaretskii <=
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Dmitry Gutov, 2023/11/15
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Eli Zaretskii, 2023/11/18
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Noah Peart, 2023/11/18
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Dmitry Gutov, 2023/11/18
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Eli Zaretskii, 2023/11/19
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Noah Peart, 2023/11/19
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Dmitry Gutov, 2023/11/19
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Noah Peart, 2023/11/20
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Noah Peart, 2023/11/20
- bug#67031: [PATCH] Fix typescript-ts-mode indentation in unbracketed statements, Noah Peart, 2023/11/20