aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/ScalaSettings.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-07-20 23:23:51 +0200
committerMartin Odersky <odersky@gmail.com>2016-07-21 17:42:25 +0200
commiteaffc785be1e42c3a44ce149dfb8cabb6681d7c6 (patch)
tree428d0afa49640c84506dbf00925238e758a2af95 /src/dotty/tools/dotc/config/ScalaSettings.scala
parent80a65f4b2512bdf1dc46144bea1c000d39319872 (diff)
downloaddotty-eaffc785be1e42c3a44ce149dfb8cabb6681d7c6.tar.gz
dotty-eaffc785be1e42c3a44ce149dfb8cabb6681d7c6.tar.bz2
dotty-eaffc785be1e42c3a44ce149dfb8cabb6681d7c6.zip
Tweaks to printing
- increase page width - print scopes more legibly under -verbose
Diffstat (limited to 'src/dotty/tools/dotc/config/ScalaSettings.scala')
-rw-r--r--src/dotty/tools/dotc/config/ScalaSettings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/config/ScalaSettings.scala b/src/dotty/tools/dotc/config/ScalaSettings.scala
index b2fa745f1..1c1c72671 100644
--- a/src/dotty/tools/dotc/config/ScalaSettings.scala
+++ b/src/dotty/tools/dotc/config/ScalaSettings.scala
@@ -37,7 +37,7 @@ class ScalaSettings extends Settings.SettingGroup {
val usejavacp = BooleanSetting("-usejavacp", "Utilize the java.class.path in classpath resolution.")
val verbose = BooleanSetting("-verbose", "Output messages about what the compiler is doing.")
val version = BooleanSetting("-version", "Print product version and exit.")
- val pageWidth = IntSetting("-pagewidth", "Set page width", 80)
+ val pageWidth = IntSetting("-pagewidth", "Set page width", 120)
val jvmargs = PrefixSetting("-J<flag>", "-J", "Pass <flag> directly to the runtime system.")
val defines = PrefixSetting("-Dproperty=value", "-D", "Pass -Dproperty=value directly to the runtime system.")