AtomLinter / linter-cpplint

Linter plugin for c++, using cpplint
https://atom.io/packages/linter-cpplint
MIT License
6 stars 5 forks source link

Add --linelength option support #13

Closed sgleizes closed 9 years ago

sgleizes commented 9 years ago

Hello,

I noticed the missing support for the --linelength option of cpplint. This PR adds a configuration field for that specific option.

Today the line length limit of 80 characters is quite obsolete, most C++ developers agree on the fact that with moderns IDE, an increased line length actually improves code readability.

Thank you in advance for taking that into consideration.

steelbrain commented 9 years ago

Beautiful, Thanks!