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.
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.