-
-
Notifications
You must be signed in to change notification settings - Fork 393
Fix tab-size #17
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
I would like to change the
tab-sizefrom 8 to 4. I realize it's not strictly a normalization, as all browsers use 8, but it would improve the experience for everyone, so I think it's worth an exception. 8 is just a really really bad default. It has, for example, made tab-indented code on the web unreadable (isaacs/github#170).I propose adding the following:
Using
:rootso users can easily override it on a per-element basis.Thoughts?
(If you 👎 please also share your thoughts on why)