Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Feb 8, 2022
1 parent 350e896 commit e4f5b2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.Wrapping.SeparatedSyntaxList
MyBase.New(VisualBasicIndentationService.WithoutParameterAlignmentInstance)
End Sub

' The visual basic language always requires the open brace to be on the same line as the collection
' being initialized.
Protected NotOverridable Overrides Function ShouldMoveOpenBraceToNewLine(options As OptionSet) As Boolean
Return False
End Function
Expand Down

0 comments on commit e4f5b2c

Please sign in to comment.