-
Notifications
You must be signed in to change notification settings - Fork 76
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
Tabs replaced with ^I #313
Comments
|
Ubuntu 20.04
The behaviour I mention occurs when using the VSCode-R extension to send
code to radian, so possibly that extension is the culprit in translating
the tab characters to `^I`?
On Wed, Oct 6, 2021 at 12:52 PM Randy Lai ***@***.***> wrote:
tab inserts 4 spaces on macOS terminals. Not sure what happen in VSCode
though.
What OS you are using btw?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#313 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEZ7OEXZ52TOA5G7EUAVTUFRWFLANCNFSM5FOZ5WYQ>
.
--
…--
Mike Lawrence, PhD
Co-founder & Research Scientist
Axem Neurotechnology
axemneuro.com
~ Certainty is (usually) folly ~
|
When pasting the tab character |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm an unrepentant tabs-over-spaces guy, coming from RStudio and working to transition to VSCode+radian. I notice that in the radian console, all my tabs get converted to
^I
. It doesn't break code, just shows up funny in the output. Is this expected behaviour? Is there any way to prevent it?The text was updated successfully, but these errors were encountered: