aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index 2759d1079..6dfd2050d 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -256,7 +256,7 @@ object Contexts {
.withSetting(settings.debug, true)
.withSetting(settings.Ylogcp, true)
.withSetting(settings.printtypes, true)
- .withSetting(settings.pageWidth, 120)
+ .withSetting(settings.pageWidth, 90)
/** The symbol loaders */
val loaders = new SymbolLoaders