Hello,
I'm with auto formatting people. Before we had code auto formatting it
was mostly complaining coding style. Now like RJ said nobody can argue
because there is one to rule them all system. I also like to see
cppcheck and flawfinder style hooks to check code for dummy mistakes.
Never seen
On Tue, Jun 9, 2015 at 4:43 PM, RJ Ryan wrote:
> I can remember that RJs biggest issue in the clang autotransformer was the
> alignment
> with the open parenthesis. If we set it just to double indent most issues
> should be solved (sove-able)
>
FWIW this was Emacs code formatting, not clang-form
On Tue, Jun 9, 2015 at 4:37 PM, Daniel Schürmann wrote:
>
> Hi
>
> I have very bad experience in a similar size closed source project.
> The code was cluttered and the source control blame feature broken
>
When a line is auto-formatted you can just blame from that revision to find
the real line
Hi
I have very bad experience in a similar size closed source project.
The code was cluttered and the source control blame feature broken
We finally revert all the auto formated stuff.
IMHO a code style checker will help to get around the noise in the PRs.
We can also provide an auto-formater f