aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/ScalaSettings.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-10-23 16:22:00 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:06 +0100
commitbbc46b4ad9aecd0998f0fa49f349a91f1d665ca8 (patch)
treef60eb742dfe8bb67e8e353a5f0470679abb6bd8b /src/dotty/tools/dotc/config/ScalaSettings.scala
parent6351c6cc8c3014fd1fbb8244e872c9e28773dad0 (diff)
downloaddotty-bbc46b4ad9aecd0998f0fa49f349a91f1d665ca8.tar.gz
dotty-bbc46b4ad9aecd0998f0fa49f349a91f1d665ca8.tar.bz2
dotty-bbc46b4ad9aecd0998f0fa49f349a91f1d665ca8.zip
Add dotty-library to classpath in dottydoc tests
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 8f47e08bf..fd2ded0b5 100644
--- a/src/dotty/tools/dotc/config/ScalaSettings.scala
+++ b/src/dotty/tools/dotc/config/ScalaSettings.scala
@@ -42,7 +42,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", 120)
+ val pageWidth = IntSetting("-pagewidth", "Set page width", 80)
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.")