PX4 Code Style (Formatting)

Dear community,

In the process of setting up a development environment and configuring VSCode, I am wondering which C/C++ code style should be used for new files.

The documentation says to use (a slightly customized) Google C++ style guide.

In other places, such as Dockerfiles, AStyle is installed.

Which is correct? Thank you for the clarification!