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

Add indent_size to settings #77

Closed Kronuz closed 5 years ago

Kronuz commented 5 years ago

For many, indent_size is not the same as tab_width. EditorConfig currently fails to maintain information about this fact and loses this information. There's a plugin that takes advantage of knowing indent_size as well as tab_width: https://github.com/Kronuz/IndentSize. This fixes this by also saving information about indent_size in the settings object.

sindresorhus commented 5 years ago

Duplicate of #66

sindresorhus commented 5 years ago

Sorry, I'm just not interested in maintaining code for this. While it looks simple, it could have weird side-effects. I would suggest forking if you really need this.