Skip to content

Commit

Permalink
Fix indent size for tree-sitter based typescript-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
qst0528 committed Oct 19, 2024
1 parent b38dfc3 commit 90a19b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tide.el
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ Currently, two kinds of cleanups are done:
(defun tide-current-indentsize ()
(pcase major-mode
(`typescript-mode typescript-indent-level)
(`typescript-ts-mode typescript-ts-mode-indent-offset)
(`js2-mode js2-basic-offset)
(`js-mode js-indent-level)
(`js3-mode js3-indent-level)
Expand Down

0 comments on commit 90a19b0

Please sign in to comment.