提交 5ceb6487 编写于 作者: C Cyrus Najmabadi

Move comment

上级 ad1d31b8
......@@ -9,6 +9,9 @@ Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.Wrapping.BinaryExpression
Inherits AbstractBinaryExpressionWrapper(Of BinaryExpressionSyntax)
Public Sub New()
' Override default indentation behavior. The special indentation rule tries to
' align parameters. But that's what we're actually trying to control, so we need
' to remove this.
MyBase.New(VisualBasicIndentationService.WithoutParameterAlignmentInstance,
VisualBasicSyntaxFactsService.Instance,
VisualBasicPrecedenceService.Instance)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册