You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mcharleb@relja128 Why should we use clang-format version 10?
We have no mentions of it in our README. Also, we have no mentions of Ubuntu 18.04.
Users can have Debian as the host system, for example. Or even MacOS. clang-format is a part of the host system in our case...
So in our case, we could try to use clang-format from our Docker image (we need to modify the docker image and add the required version of clang-format )
We can see formatting differences between different versions of clang-format. Update CI to use version10 (Ubuntu 18.04 default version).
The text was updated successfully, but these errors were encountered: