Skip to content
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

Add expandtab setting to use spaces instead of tabs, similar to vim. #75

Merged
merged 1 commit into from Jun 26, 2020

Conversation

millert
Copy link
Contributor

@millert millert commented Jun 17, 2020

The expandtab setting expands tabs to spaces in insert mode as well as when shifting and indenting/outdenting. This is very useful when working on a code-base where the style dictates using spaces instead of tabs for indentation. Originally ported from NetBSD, but has been extended to behave more like the vim implementation.

The expandtab setting expands tabs to spaces in insert mode as well
as when shifting and indenting/outdenting.  This is very useful
when working on a code-base where the style dictates using spaces
instead of tabs for indentation.  Originally ported from NetBSD,
but has been extended to behave more like the vim implementation.
@lichray
Copy link
Owner

lichray commented Jun 26, 2020

Tested. ts and sw work independently. 👍

@lichray lichray merged commit f89afc9 into lichray:master Jun 26, 2020
@lichray
Copy link
Owner

lichray commented Jun 26, 2020

Thanks a lot for the contribution!

@millert millert deleted the expandtab branch April 13, 2021 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants