He-Pin commented on code in PR #1022:
URL: https://github.com/apache/incubator-pekko/pull/1022#discussion_r1462269124


##########
CONTRIBUTING.md:
##########
@@ -171,6 +171,18 @@ sbt
 applyCodeStyle
 ```
 
+To format Scala code more faster, you could format code with 
[Scala-CLI](https://scala-cli.virtuslab.org/) or [Coursier 
CLI](https://scalameta.org/scalafmt/docs/installation.html#cli):
+
+**With Scala-Cli**
+```shell
+scala-cli fmt
+```
+**With Coursier CLI**
+```Shell
+cs install scalafmt
+scalafmt --version # should be 3.7.17

Review Comment:
   How about 
   ```
   cs install scalafmt // skip it if scalafmt is already installed.
   scalafmt --version 
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to