sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Implement max_line_length #123

Closed florianb closed 7 years ago

florianb commented 7 years ago

This feature is still experimental since this is the first time we're going to automagically de/activate packages (in this case 'wrap-guide') in the background.

If this is working in a long term, we will tackle the whitespace package, too.

I Need Your Help

by testing this implementation. How? Go on...

  1. clone git@github.com:florianb/atom-editorconfig.git and checkout the max_line_length-branch.
  2. link the repository (with apm link)
  3. watch this branch for updates and please post any issues regarding the wrap-guide behavior.

After this is merged you need to apm unlink the directory to rely on the main package-line again..

💝