| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |