mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-21 18:29:22 +00:00
update scalafmt dialect
This commit is contained in:
parent
46407dcf42
commit
cd196d9e50
@ -1,6 +1,6 @@
|
||||
version = "3.4.3"
|
||||
|
||||
runner.dialect = "scala213"
|
||||
runner.dialect = "scala3"
|
||||
|
||||
align.tokens = [
|
||||
{code = "%", owner = "Term.ApplyInfix"},
|
||||
|
@ -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(
|
||||
|
@ -205,7 +205,6 @@ object MatchOpcodes:
|
||||
case None =>
|
||||
out.print(s"<td>UNDEF</td>")
|
||||
|
||||
|
||||
out.print("</tr>")
|
||||
|
||||
out.print("</table>")
|
||||
|
Loading…
Reference in New Issue
Block a user