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 9bdf3d2 commit 88e1103Copy full SHA for 88e1103
matlab/+matlabls/+handlers/FormatSupportHandler.m
@@ -28,7 +28,7 @@ function handleFormatRequest (this, msg)
28
cleanupObj3 = setTemporaryValue(s.matlab.editor.tab.IndentSize, msg.tabSize); %#ok<NASGU>
29
30
% Format code
31
- response.data = indentcode(codeToFormat, 'matlab'); % This will pull from the user's MATLAB® settings.
+ response.data = indentcode(codeToFormat); % This will pull from the user's MATLAB® settings.
32
33
% Send formatted code
34
responseChannel = strcat(this.ResponseChannel, '/', msg.channelId);
0 commit comments