Updated Home (markdown)

Jörg Thalheim 2022-03-18 16:24:29 +00:00
parent a54beb9a00
commit 09ff1c3015

@ -10,6 +10,15 @@ Welcome to the treefmt wiki!
includes = ["*.nix"]
```
### rust
```
[formatter.rust]
command = "rustfmt"
options = ["--edition", "2018"]
includes = ["*.rs"]
```
### clojure
```