aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/ScalaSettings.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:03:31 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 16:03:31 +0200
commitf73d46adabe4195f4a68defd2c82382f37f1b7ee (patch)
tree717b97e655afeb9fb8e7e995007b938d167e70b1 /src/dotty/tools/dotc/config/ScalaSettings.scala
parentc832ffc4243d92e4f27dd3a743b73d21cf13bd43 (diff)
downloaddotty-f73d46adabe4195f4a68defd2c82382f37f1b7ee.tar.gz
dotty-f73d46adabe4195f4a68defd2c82382f37f1b7ee.tar.bz2
dotty-f73d46adabe4195f4a68defd2c82382f37f1b7ee.zip
Make all Dotty source files end in newline.
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 0d4034db2..444a1c1ae 100644
--- a/src/dotty/tools/dotc/config/ScalaSettings.scala
+++ b/src/dotty/tools/dotc/config/ScalaSettings.scala
@@ -183,4 +183,4 @@ class ScalaSettings extends Settings.SettingGroup {
val YpresentationLog = StringSetting("-Ypresentation-log", "file", "Log presentation compiler events into file", "")
val YpresentationReplay = StringSetting("-Ypresentation-replay", "file", "Replay presentation compiler events from file", "")
val YpresentationDelay = IntSetting("-Ypresentation-delay", "Wait number of ms after typing before starting typechecking", 0, 0 to 999)
-} \ No newline at end of file
+}