update scalafmt dialect

This commit is contained in:
Mark Canlas 2022-02-15 12:04:24 -05:00
parent 46407dcf42
commit cd196d9e50
3 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
version = "3.4.3"
runner.dialect = "scala213"
runner.dialect = "scala3"
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},

View File

@ -2,13 +2,13 @@ import sbt.Keys._
import sbt._
/**
* Automatically enriches projects with the following settings (despite the word "override").
*/
* Automatically enriches projects with the following settings (despite the word "override").
*/
object Scala3Plugin extends AutoPlugin {
/**
* Thus plug-in will automatically be enabled; it has no requirements.
*/
* Thus plug-in will automatically be enabled; it has no requirements.
*/
override def trigger: PluginTrigger = AllRequirements
override val buildSettings: Seq[Setting[_]] = Seq(

View File

@ -205,7 +205,6 @@ object MatchOpcodes:
case None =>
out.print(s"<td>UNDEF</td>")
out.print("</tr>")
out.print("</table>")