-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trailing whitespaces are getting added where they're not #189
Comments
Hi @stephen147 , I then right-clicked in the editor, and clicked 'Format Document', and the result seems good too: I then tried to add a whitespace - changing (errmsg) to (errmsg ), and then ran 'Format Document', and that whitespace I added was removed. I'm working with AutoLispExt v1.5.0. And I guess there's sth. else altering the text... |
Thanks for looking into this. My vscode install is fairly fresh. I'll unzip and new install and install this extension and see if the problem occurs. |
I've disabled all extensions except AutoLispExt and updated to pre release version Still the same issue. Anything else I could try as well as disabling the extensions. |
The trailing spaces are added during formatting (SHIFT + ALT + F) |
Describe the bug
Trailing whitespaces are getting added when there were none.
To Reproduce
Paste this code to the editor, there's whitespaces getting added after
(errmsg)
anderrmsg
.Expected behaviour
It shouldn't be adding in trailing whitespaces when there were none.
Desktop (please complete the following information):
Additional context
I have trim trailing whitespace set in VSCodes settings but this doesn't have any effect on this.
The text was updated successfully, but these errors were encountered: