summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Format/Format.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h
index 7713cf784a8..0c13dbeaca3 100644
--- a/clang/include/clang/Format/Format.h
+++ b/clang/include/clang/Format/Format.h
@@ -55,6 +55,10 @@ struct FormatStyle {
/// \brief The number of spaces to before trailing line comments.
unsigned SpacesBeforeTrailingComments;
+
+ /// \brief Add a space in front of an Objective-C protocol list, i.e. use
+ /// Foo <Protocol> instead of Foo<Protocol>.
+ bool ObjCSpaceBeforeProtocolList;
};
/// \brief Returns a format style complying with the LLVM coding standards:
OpenPOWER on IntegriCloud