Browse Source

changed method call wrap default.

newNRvisualizers
Mike Krüger 14 years ago
parent
commit
29ec90e57a
  1. 4
      ICSharpCode.NRefactory.CSharp/Formatter/FormattingOptionsFactory.cs

4
ICSharpCode.NRefactory.CSharp/Formatter/FormattingOptionsFactory.cs

@ -175,7 +175,7 @@ namespace ICSharpCode.NRefactory.CSharp @@ -175,7 +175,7 @@ namespace ICSharpCode.NRefactory.CSharp
BlankLinesBetweenMembers = 1,
KeepCommentsAtFirstColumn = true,
ChainedMethodCallWrapping = Wrapping.WrapAlways,
ChainedMethodCallWrapping = Wrapping.WrapIfTooLong,
MethodCallArgumentWrapping = Wrapping.WrapIfTooLong,
NewLineAferMethodCallOpenParentheses = true,
MethodCallClosingParenthesesOnNewLine = true,
@ -344,7 +344,7 @@ namespace ICSharpCode.NRefactory.CSharp @@ -344,7 +344,7 @@ namespace ICSharpCode.NRefactory.CSharp
BlankLinesBetweenMembers = 1,
KeepCommentsAtFirstColumn = true,
ChainedMethodCallWrapping = Wrapping.WrapAlways,
ChainedMethodCallWrapping = Wrapping.WrapIfTooLong,
MethodCallArgumentWrapping = Wrapping.WrapIfTooLong,
NewLineAferMethodCallOpenParentheses = true,
MethodCallClosingParenthesesOnNewLine = true,

Loading…
Cancel
Save