BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

Apply Google code style to BSQL code base using clang_format #1507

Open wmalpica opened 3 years ago

wmalpica commented 3 years ago

We want to update our .clang_format file to just apply the default Google format.

Would need to have the clang-format tool auto format all our code.

Want to update our CI so that it does a style check for every PR to make sure we are keeping with the style.

Would like to use the latest version of clang-format, which is version 12. If other dependencies cause issues with using the latest version, it needs to be investigated

wmalpica commented 3 years ago

Right now the latest version you can get for Visual Studio Code, which is what a lot of us use is:

clang-format version 11.1.0

So perhaps we shoot for that instead