[PATCH] D75034: [clang-format] use spaces for alignment with UT_ForContinuationAndIndentation
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 24 05:46:40 PST 2020
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTest.cpp:10293
Tab));
- EXPECT_EQ("/*\n"
- "\t a\t\tcomment\n"
----------------
Sorry this isn't clear to be which test this is a duplicate of, as this is an example where there are tabs in the comment and trailing tabs
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75034/new/
https://reviews.llvm.org/D75034
More information about the cfe-commits
mailing list