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 acea148 commit 1a638a1Copy full SHA for 1a638a1
copilot.el
@@ -710,7 +710,7 @@ automatically, browse to %s." user-code verification-uri))
710
(save-restriction
711
(widen)
712
(list :version copilot--doc-version
713
- :tabSize tab-width
+ :tabSize (copilot--infer-indentation-offset)
714
:indentSize (copilot--infer-indentation-offset)
715
:insertSpaces (if indent-tabs-mode :json-false t)
716
:path (buffer-file-name)
0 commit comments