AtomLinter / linter-cpplint

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

How to change line length? #22

Closed maasha closed 8 years ago

maasha commented 9 years ago

The default 80 is obsolete many developers would say.

Arcanemagus commented 8 years ago

cpplint (Which this package is merely an interface for) strictly follows Google's style guide which states that line length must be a maximum of 80 characters.

It doesn't look like this linter has any configuration available, so there is nothing that can be exposed in this plugin.