SteveLauC commented on code in PR #9301:
URL: https://github.com/apache/arrow-datafusion/pull/9301#discussion_r1497072487
##########
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
+```
+
+> Refer to the [Installation section][doc] on other ways to install it.
+>
+> doc: https://taplo.tamasfe.dev/cli/installation/binary.html
Review Comment:
Thanks for catching it! I missed that `[]`
--
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]