mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 21:59:09 -04:00
10 lines
104 B
Markdown
10 lines
104 B
Markdown
---
|
|
description: Format code using treefmt
|
|
---
|
|
|
|
// turbo
|
|
1. Run treefmt
|
|
```bash
|
|
treefmt
|
|
```
|