[clang-format] use spaces for alignment with UT_ForContinuationAndIndentation
authormydeveloperday <mydeveloperday@gmail.com>
Mon, 13 Apr 2020 14:14:26 +0000 (15:14 +0100)
committermydeveloperday <mydeveloperday@gmail.com>
Mon, 13 Apr 2020 14:14:26 +0000 (15:14 +0100)
commite8111502d8696896241132865c7a44c6f84f93c1
tree06ff6c2522a44ff2dd02c9f2631cc13d7a833bee
parent3b379246c365721425d7e29772c08d8373b4a606
[clang-format] use spaces for alignment with UT_ForContinuationAndIndentation

Summary:
Use spaces instead of tabs for alignment with UT_ForContinuationAndIndentation to make the code aligned for any tab/indent width.

Fixes https://bugs.llvm.org/show_bug.cgi?id=38381

Reviewed By: MyDeveloperDay

Patch By: fickert

Tags: #clang-format

Differential Revision: https://reviews.llvm.org/D75034
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/BreakableToken.cpp
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/ContinuationIndenter.h
clang/lib/Format/Format.cpp
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/WhitespaceManager.cpp
clang/lib/Format/WhitespaceManager.h
clang/unittests/Format/FormatTest.cpp