๐Ÿš€ Grammar-Aware Code Formatter: Structure through separation (supports Go, JavaScript, TypeScript, JSX, and TSX)
go formatter code-formatter javascript typescript jsx tsx

docs(README): Expand "How It Works"

fuwn.net 5bede31c 6c44f3e6

verified
+1 -1
+1 -1
README.md
··· 17 17 18 18 ## How It Works 19 19 20 - Iku runs `go fmt` first, then applies its grammar-based blank-line rules on top of it. Your code gets standard Go formatting plus structural separation. 20 + Iku applies standard Go formatting (via [go/format](https://pkg.go.dev/go/format)) first ([formatter.go#L33](https://github.com/Fuwn/iku/blob/main/formatter.go#L33)), then adds its grammar-based blank-line rules on top. Your code gets `go fmt` output plus structural separation. 21 21 22 22 ## Installation 23 23