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

Feature: convert tab length #51

Open
rejhgadellaa opened this issue May 22, 2017 · 1 comment
Open

Feature: convert tab length #51

rejhgadellaa opened this issue May 22, 2017 · 1 comment

Comments

@rejhgadellaa
Copy link

rejhgadellaa commented May 22, 2017

Not sure if this is within the scope of this package but it would be nice if I could also convert, for example, files that use 2 spaces to tabs with 4 spaces (if that's what i have tab length configured for).

Example:

.some-css {
  prop: value;
}

Now when I have tab length set to 4, if I convert spaces to tabs, it doesn't see the indent before 'prop: value;' as an indent.

@lee-dohm
Copy link
Owner

This is largely out of scope for this package, but it might be an interesting thing for me to add. I'll leave this here for now and see if it strikes my fancy later 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants