$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] clang-format file
From: Stuart Dootson (stuart.dootson_at_[hidden])
Date: 2018-01-19 09:17:58
On 19 January 2018 at 06:22, Frédéric via Boost <boost_at_[hidden]>
wrote:
> > I was wondering if someone has a .clang-format file that works fine to
> > check boost code.
>
> It would be great to have the same presentation in every file!
>
>
You could try using Unformat (https://github.com/johnmcfarlane/unformat) to
generate one from the Boost code base... And then run the Boost code base
through it to make it fully consistent with it ;-)
Stuart Dootson