added format_code.md to .agent

This commit is contained in:
2025-12-06 18:53:19 -05:00
parent 16d938dc59
commit 1b171fcd3e

View File

@@ -0,0 +1,9 @@
---
description: Format code using treefmt
---
// turbo
1. Run treefmt
```bash
treefmt
```