| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Support JSON configuration file | Fuwn | 2026-02-11 | 1 | -2/+6 |
| * | perf: Reduce allocations and syscalls in formatting pipeline | Fuwn | 2026-02-05 | 1 | -1/+1 |
| * | feat(formatter): Dispatch adapter by file extension for multi-language support | Fuwn | 2026-02-05 | 1 | -4/+15 |
| * | refactor(formatter): Replace rewrite logic with engine | Fuwn | 2026-02-05 | 1 | -15/+5 |
| * | refactor: Split formatter.go into separate files | Fuwn | 2026-01-31 | 1 | -297/+0 |
| * | refactor: Extract line pattern detection to patterns.go | Fuwn | 2026-01-31 | 1 | -81/+0 |
| * | refactor: Rename variables to be fully self-documenting | Fuwn | 2026-01-31 | 1 | -146/+146 |
| * | feat(formatter): Stricter token and scoping rules | Fuwn | 2026-01-31 | 1 | -11/+48 |
| * | fix(formatter): Handle backticks inside strings and character literals | Fuwn | 2026-01-31 | 1 | -1/+58 |
| * | perf(formatter): Optimise regular expressions and string operations | Fuwn | 2026-01-31 | 1 | -13/+26 |
| * | perf: Precompile regular expressions | Fuwn | 2026-01-31 | 1 | -7/+8 |
| * | feat: Initial commit | Fuwn | 2026-01-31 | 1 | -0/+315 |