secularbird / cpplint-extension

vscode cpplint extension
MIT License
22 stars 12 forks source link

How do i get it to fix all errors from linting automatically? #37

Closed Harsharma2308 closed 4 years ago

Harsharma2308 commented 4 years ago

I have a lot of whitespace errors, is there a way I can get those fixed automatically?

jorgeacortes commented 4 years ago

Take a look at clang-format, it can automatically format C/C++ based on preconfigured styles (i.e. Google) and you can customize then. There are also extensions to integrate clang-format at vscode. Cpplint doesn't support formatting.

Harsharma2308 commented 4 years ago

Thanks will check that out. Closing this for now.