Check C++ code for Google's C++ style guide.
For more information, consult <https://github.com/theandrewdavis/cpplint>.
- C++
Setting | Meaning |
---|---|
cpplint_ignore |
List of checkers to ignore. (Optional, defaults to '()'.) |
cpplint_include |
List of checkers to explicitly enable. (Optional, defaults to '()'.) |
max_line_length |
Maximum number of characters for a line. (Optional, defaults to '79'.) |
pip
-cpplint
- Formatting
AGPL-3.0
- The coala developers (coala-devel@googlegroups.com)