Skip to content

Commit 94285e4

Browse files
nasyxxzerolfx
authored andcommitted
Add python-ts-mode to indentation alist
1 parent c66a083 commit 94285e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

copilot.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Username and password are optional."
208208
(append '((latex-mode tex-indent-basic)
209209
(nxml-mode nxml-child-indent)
210210
(python-mode python-indent py-indent-offset python-indent-offset)
211+
(python-ts-mode python-indent py-indent-offset python-indent-offset)
211212
(web-mode web-mode-markup-indent-offset web-mode-html-offset))
212213
editorconfig-indentation-alist)
213214
"Alist of `major-mode' to indentation map with optional fallbacks.")

0 commit comments

Comments
 (0)