~jan0sch/smederee

Showing details for patch 3b362be18698442b8aff27063ec30af0c5a8056a.
2023-01-13 (Fri), 3:40 PM - Jens Grassel - 3b362be18698442b8aff27063ec30af0c5a8056a

Formatting in CODINGSTYLE.md

Summary of changes
1 files modified with 5 lines added and 5 lines removed
  • CODINGSTYLE.md with 5 added and 5 removed lines
diff -rN -u old-smederee/CODINGSTYLE.md new-smederee/CODINGSTYLE.md
--- old-smederee/CODINGSTYLE.md	2025-02-01 04:02:09.145560142 +0000
+++ new-smederee/CODINGSTYLE.md	2025-02-01 04:02:09.145560142 +0000
@@ -39,9 +39,9 @@
       val catsEffect = "org.typelevel" %% "cats-effect" % Version.catsEffect
       ```
 3. Plugins for sbt SHALL be defined inside the `project/plugins.sbt` file and be vertically aligned like in the following example:
-```scala
-addSbtPlugin("io.spray"      % "sbt-revolver" % "0.9.1")
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
-```
+   ```scala
+   addSbtPlugin("io.spray"      % "sbt-revolver" % "0.9.1")
+   addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
+   addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
+   ```