-
Notifications
You must be signed in to change notification settings - Fork 13.4k
vim: set Rust tab conventions #15429
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
Conversation
This supersedes #15416. |
noo. Why change You should use softtabstop is important for sane backspace. |
I have tabstop set, and my backspace works fine. What's the issue with it? |
|
I guess leaving |
@blake2-ppc Is backspace deleting 4 spaces actually desired functionality? I don't generally consider that something I expect in Vim, but of course most language plugins don't try and change the default tab settings anyway. Perhaps it is something worth having. |
@kballard I don't have any objective data points. IMO deleting an indent in one keystroke (backspace) when inserted by one keystroke (tab) is a requirement for using spaces for indents. I'm sure many editors do this, I don't have that many but Geany does this too. |
…methods, r=Veykril minor : Deunwrap generate_delegate_methods rust-lang#15398 subtask 8
No description provided.