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.
python-ts-mode
1 parent c66a083 commit 94285e4Copy full SHA for 94285e4
copilot.el
@@ -208,6 +208,7 @@ Username and password are optional."
208
(append '((latex-mode tex-indent-basic)
209
(nxml-mode nxml-child-indent)
210
(python-mode python-indent py-indent-offset python-indent-offset)
211
+ (python-ts-mode python-indent py-indent-offset python-indent-offset)
212
(web-mode web-mode-markup-indent-offset web-mode-html-offset))
213
editorconfig-indentation-alist)
214
"Alist of `major-mode' to indentation map with optional fallbacks.")
0 commit comments