intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
336 stars 138 forks source link

Clang-format update #130

Closed adamkrawczyk closed 8 months ago

adamkrawczyk commented 1 year ago

There are differences in formatting across clang-format versions (10 vs 14).

Since clang-format ver 10 is not available by default in Ubuntu 22 the suggestion is to bump CI and instruction version to clang-format-14 or ver 12 (by default in Ubuntu 20).

Or should we stick to the ver 10?

I can post a PR with ver 14.

berndgassmann commented 1 year ago

Sure, we can switch to clang-format-14. Appreciate your PR.