Skip to content

Commit 18a96ba

Browse files
committed
Add scalafmt
1 parent 946fc5d commit 18a96ba

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target/
22
/project/target/
3+
/project/project/target/
34
/.idea/
45
/.bsp/

.scalafmt.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version = 3.0.0-RC6
2+
project.git = true
3+
trailingCommas = always

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")

0 commit comments

Comments
 (0)