Displaying 2 results from an estimated 2 matches for "0df84004".
Did you mean:
02f80004
2016 Nov 16
2
Highlighting trailing whitespaces on Phab?
...omment when there is a
> mismatch :)
I'd like that!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161116/0df84004/attachment.sig>
2016 Nov 14
3
Highlighting trailing whitespaces on Phab?
When I create a patch, I run clang-format-diff, so that's fine. What I want
to do is to find trailing whitespaces in others patches.
On Mon, Nov 14, 2016 at 2:30 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Hi,
>
> clang-format removes them.
> If you are (like me) likely to forget to run "git clang-format HEAD~”
> before pushing, adding a pre-commit (or