| Index: pkg/analyzer/lib/src/services/formatter_impl.dart
|
| ===================================================================
|
| --- pkg/analyzer/lib/src/services/formatter_impl.dart (revision 32022)
|
| +++ pkg/analyzer/lib/src/services/formatter_impl.dart (working copy)
|
| @@ -388,6 +388,7 @@
|
| this.preSelection)
|
| : writer = new SourceWriter(indentCount: options.initialIndentationLevel,
|
| lineSeparator: options.lineSeparator,
|
| + maxLineLength: options.pageWidth,
|
| useTabs: options.tabsForIndent,
|
| spacesPerIndent: options.spacesPerIndent),
|
| codeTransforms = options.codeTransforms;
|
|
|