scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

format directive ignored #279

Open justinpitts opened 5 years ago

justinpitts commented 5 years ago

In this file: https://gist.github.com/justinpitts/8d8789a7f4b1f98ff4e4c0d664a5887b I think the code between the

// format: OFF

and

// format: ON

should not be reformatted, but it is.

Scalariform 0.2.7-SNAPSHOT (runtime Scala 2.13.0-M5) or addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")