forked from OSchip/llvm-project
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:
parent
4f1c86b77c
commit
f8bcc2445d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue