Skip to content
  • Philip Chimento's avatar
    CI: Remove customizations from cpplint config · f3e104f0
    Philip Chimento authored
    We're going to just use the Google C++ coding style, so remove our
    customizations. (We do still allow lines a little bit longer than the
    limit that we give to clang-format, since sometimes clang-format will
    format a line longer than 80 characters if the alternative is worse.)
    
    [skip cpplint] since this will of course introduce many more linter
    errors.
    f3e104f0