Re: [PATCH 007/104] virtiofsd: Format imported files to qemu style

2020-01-09 Thread Aleksandar Markovic
On Thursday, December 12, 2019, Dr. David Alan Gilbert (git) < dgilb...@redhat.com> wrote: > From: "Dr. David Alan Gilbert" > > Mostly using a set like: > > indent -nut -i 4 -nlp -br -cs -ce --no-space-after-function-call-names > file > clang-format -style=file -i -- file > clang-tidy -fix-errors

Re: [PATCH 007/104] virtiofsd: Format imported files to qemu style

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:27PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Mostly using a set like: > > indent -nut -i 4 -nlp -br -cs -ce --no-space-after-function-call-names file > clang-format -style=file -i -- file > clang-tidy -fix-errors -checks=reada