Skip to content

Commit

Permalink
fix python-ts-mode issue: `(wrong-type-argument sequencep editorconfi…
Browse files Browse the repository at this point in the history
…g-set-indentation-python-mode)`
  • Loading branch information
shuxiao9058 committed Feb 27, 2024
1 parent f6383e6 commit 784ef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabnine-util.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
(append '((latex-mode tex-indent-basic)
(nxml-mode nxml-child-indent)
(python-mode python-indent py-indent-offset python-indent-offset)
(python-indent py-indent-offset python-indent-offset)
(python-ts-mode python-indent py-indent-offset python-indent-offset)
(web-mode web-mode-markup-indent-offset web-mode-html-offset))
editorconfig-indentation-alist)
"Alist of `major-mode' to indentation map with optional fallbacks.")
Expand Down

0 comments on commit 784ef32

Please sign in to comment.