diff options
| author | Fuwn <[email protected]> | 2026-01-31 10:54:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-31 10:54:03 +0000 |
| commit | 0b025ac2697a6ff55c1cfec8e2a66fbc85d3f7f1 (patch) | |
| tree | bfb8783467df46d6f8e908f7d4a897fd23f50bfa /README.md | |
| parent | fix(formatter): Handle backticks inside strings and character literals (diff) | |
| download | iku-0b025ac2697a6ff55c1cfec8e2a66fbc85d3f7f1.tar.xz iku-0b025ac2697a6ff55c1cfec8e2a66fbc85d3f7f1.zip | |
docs(README): Add subtagline
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ # 🚀 Iku -> Grammar-Aware Go Formatter +> Grammar-Aware Go Formatter: Structure through separation + + +Let your code breathe! Iku is a grammar-based Go formatter that enforces consistent blank-line placement by AST node type. |