clang-format: [JS] Add a Closure Compiler JSDoc tags to the default

Google configuration so that it isn't line-wrapped.

llvm-svn: 273285
This commit is contained in:
Daniel Jasper 2016-06-21 17:00:20 +00:00
parent 4f1c86b77c
commit f8bcc2445d
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
GoogleStyle.AlwaysBreakBeforeMultilineStrings = false;
GoogleStyle.BreakBeforeTernaryOperators = false;
GoogleStyle.CommentPragmas = "@(export|return|see|visibility) ";
GoogleStyle.CommentPragmas = "@(export|requirecss|return|see|visibility) ";
GoogleStyle.MaxEmptyLinesToKeep = 3;
GoogleStyle.NamespaceIndentation = FormatStyle::NI_All;
GoogleStyle.SpacesInContainerLiterals = false;