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

Support VIM's max_line_length #17

Closed stephenmathieson closed 10 years ago

stephenmathieson commented 10 years ago

It'd be nice to have this feature enabled when switching from VIM to Sublime.

sindresorhus commented 10 years ago

PR welcome :)

stephenmathieson commented 10 years ago

Hmm.. looks more complex than I thought. May have to implement something like this.

If you're still interested, I'll try to find some time to try to put this together.

sindresorhus commented 10 years ago

Sublime -> Edit -> Wrap

sindresorhus commented 10 years ago

@stephenmathieson still interested?