sindresorhus / editorconfig-sublime

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

Support max_line_length #56

Open petemounce opened 8 years ago

petemounce commented 8 years ago

It would be great to support max_line_length so that files in source control are easier to review via diff since there would be less horizontal scrolling required.

xuhdev commented 8 years ago

This seems to be a duplicate of #17

Asarew commented 8 years ago

Would be nice to have this in!

AshHeskes commented 7 years ago

It should also force sublime to show rulers. Which it currently doesn't, I personally don't think wrapping should be part of what .editorConfig does. But it should show the ruler correctly.

AshHeskes commented 7 years ago

I also wonder if for JS if there's an .eslintrc file it should pull the max_line_length from there.