roscpp_code_format icon indicating copy to clipboard operation
roscpp_code_format copied to clipboard

Use clang-format 8

Open stertingen opened this issue 5 years ago • 0 comments

As clang-format 3.9 is not available on Focal, I would propose to set the recommended version of clang-format to 8 which is available on Xenial, Bionic and Focal.

See also: https://packages.ubuntu.com/search?searchon=names&suite=all&section=all&keywords=clang-format

(Unfortunately, the same .clang-format file leads to different results when used on different versions of clang-format.)

stertingen avatar Jan 15 '21 10:01 stertingen