Jefffrey commented on code in PR #9301:
URL: https://github.com/apache/arrow-datafusion/pull/9301#discussion_r1497241615
##########
docs/source/contributor-guide/index.md:
##########
@@ -338,3 +338,28 @@ After you've confirmed your prettier version, you can
format all the `.md` files
```bash
prettier -w {datafusion,datafusion-cli,datafusion-examples,dev,docs}/**/*.md
```
+
+## How to format `.toml` files
+
+We use `taplo` to format `.toml` files.
+
+For Rust developers, you can install it via:
+
+```sh
+$ cargo install taplo-cli --locked
Review Comment:
```suggestion
cargo install taplo-cli --locked
```
Makes sense to show prompt but can be annoying when copying from that code
block (via the copy button)
--
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]