[all-commits] [llvm/llvm-project] e81115: [clang-format] use spaces for alignment with UT_Fo...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Mon Apr 13 07:15:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8111502d8696896241132865c7a44c6f84f93c1
https://github.com/llvm/llvm-project/commit/e8111502d8696896241132865c7a44c6f84f93c1
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/BreakableToken.cpp
M clang/lib/Format/ContinuationIndenter.cpp
M clang/lib/Format/ContinuationIndenter.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/UnwrappedLineFormatter.cpp
M clang/lib/Format/WhitespaceManager.cpp
M clang/lib/Format/WhitespaceManager.h
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list