Re: [PATCH 00/13] nvdimm: Use more common kernel coding style
From: Joe Perches
Date: Thu Sep 12 2019 - 17:08:30 EST
On Thu, 2019-09-12 at 16:21 +0200, Miguel Ojeda wrote:
> As soon as you get accustomed to have formatting done and enforced
> automatically, it is great. Other major projects have done so for
> quite a while now.
Please name the major projects and then point to their
.clang-format equivalents.
Also note the size/scope/complexity of the major projects.
thanks.
> If doesn't think it is good enough, please let us know and, if it is
> close enough, we can look at going for a newer LLVM to match the style
> a bit more.
I used the latest one, and quite a bit of the conversion
was unpleasant to read.
> Also note that one can disable formatting for some
> sections of code if really needed.
Marking sections _no_auto_format_ isn't really a
good solution is it?
.