aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 10:54:03 +0000
committerGitHub <[email protected]>2026-01-31 10:54:03 +0000
commit0b025ac2697a6ff55c1cfec8e2a66fbc85d3f7f1 (patch)
treebfb8783467df46d6f8e908f7d4a897fd23f50bfa
parentfix(formatter): Handle backticks inside strings and character literals (diff)
downloadiku-0b025ac2697a6ff55c1cfec8e2a66fbc85d3f7f1.tar.xz
iku-0b025ac2697a6ff55c1cfec8e2a66fbc85d3f7f1.zip
docs(README): Add subtagline
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 531dd03..b9b09ef 100644
--- a/README.md
+++ b/README.md
@@ -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.