sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

[Feature request] support for `tab_width` #65

Closed gucong3000 closed 7 years ago

gucong3000 commented 7 years ago

https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#tab_width

sindresorhus commented 7 years ago

https://github.com/sindresorhus/editorconfig-sublime/pull/66#issuecomment-294366904

gucong3000 commented 7 years ago

@sindresorhus

Please think again. this PR really implements each user can use their own indentation width.

And this is from the editorconfig option, other editors will support, such as vscode

gucong3000 commented 7 years ago

This is a part of editorconfig. We should give users the right to write this option in the configuration file.