Commit f63af52
authored
Add format and format:check scripts (#1154)
* Add format and format:check scripts for consistency
Aligns with socket-btm and ultrathink convention:
- format: oxfmt --write . (auto-fix formatting)
- format:check: oxfmt . (check-only, CI)
* fix: use --check flag in format:check script1 parent b77350a commit f63af52
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments