Revert "Revert "[clang-format] Add an option for breaking after C++11 attributes""
authorKrasimir Georgiev <krasimir@google.com>
Wed, 11 Jan 2023 11:30:30 +0000 (11:30 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Wed, 11 Jan 2023 11:30:30 +0000 (11:30 +0000)
commit922c8891d9916fa094147c5c793291f97a83c84c
treebfb6a1aad1fad379fd3b48b6277e79f5ae5e2a11
parent75c0d43e857dd6e61e9c354284347144b428f44a
Revert "Revert "[clang-format] Add an option for breaking after C++11 attributes""

This reverts commit 879bfe6a979295f834b76df66b19a203b93eed0f.

owenpan@ pointed out on https://reviews.llvm.org/D140956 that this
actually makes the formatting more consistent, so it's not a regression.
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/TokenAnnotator.h
clang/unittests/Format/ConfigParseTest.cpp
clang/unittests/Format/FormatTest.cpp