We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee3832 commit 87c0b64Copy full SHA for 87c0b64
lsp-mode.el
@@ -6300,6 +6300,8 @@ one or more symbols, and STRUCTURE should be compatible with
6300
(toml-ts-mode . toml-ts-mode-indent-offset)
6301
(typescript-mode . typescript-indent-level) ; Typescript
6302
(typescript-ts-mode . typescript-ts-mode-indent-offset) ; Typescript (tree-sitter, Emacs29)
6303
+ (tsx-mode . typescript-indent-level) ; TSX
6304
+ (tsx-ts-mode . typescript-ts-mode-indent-offset) ; TSX (tree-sitter, Emacs29)
6305
(yaml-mode . yaml-indent-offset) ; YAML
6306
(yang-mode . c-basic-offset) ; YANG (yang-mode)
6307
0 commit comments