Skip to content

Commit

Permalink
Update scalafmt-core to 3.2.0 (#1947)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.2.0

* Add project.layout = StandardConvention

* Update .scalafmt.conf

Co-authored-by: Taro L. Saito <leo@xerial.org>
  • Loading branch information
scala-steward and xerial committed Dec 1, 2021
1 parent 8b3c88b commit c73981c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version = 3.2.0
project.layout = StandardConvention
runner.dialect = scala213source3
version = 3.1.2
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = scala213source3
version = 3.1.2
version = 3.2.0
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = scala213source3
version = 3.1.2
version = 3.2.0
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
2 changes: 1 addition & 1 deletion sbt-airframe/.scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = scala212
version = 3.1.2
version = 3.2.0
maxColumn = 120
style = defaultWithAlign
optIn.breaksInsideChains = true
Expand Down

0 comments on commit c73981c

Please sign in to comment.