aboutsummaryrefslogtreecommitdiff
path: root/formatter.go
Commit message (Expand)AuthorAgeFilesLines
* feat: Support JSON configuration fileFuwn2026-02-111-2/+6
* perf: Reduce allocations and syscalls in formatting pipelineFuwn2026-02-051-1/+1
* feat(formatter): Dispatch adapter by file extension for multi-language supportFuwn2026-02-051-4/+15
* refactor(formatter): Replace rewrite logic with engineFuwn2026-02-051-15/+5
* refactor: Split formatter.go into separate filesFuwn2026-01-311-297/+0
* refactor: Extract line pattern detection to patterns.goFuwn2026-01-311-81/+0
* refactor: Rename variables to be fully self-documentingFuwn2026-01-311-146/+146
* feat(formatter): Stricter token and scoping rulesFuwn2026-01-311-11/+48
* fix(formatter): Handle backticks inside strings and character literalsFuwn2026-01-311-1/+58
* perf(formatter): Optimise regular expressions and string operationsFuwn2026-01-311-13/+26
* perf: Precompile regular expressionsFuwn2026-01-311-7/+8
* feat: Initial commitFuwn2026-01-311-0/+315