Pike Code Formatter

JSON →
library 0.1.6 ·javascript
verified Jun 4, 2026

pike-fmt is a standalone source code formatter for the Pike programming language, built on tree-sitter-pike for AST-aware formatting. Current stable version is 0.1.6, released with monthly cadence. It normalizes indentation (2-space), whitespace, and optionally operator spacing. Key differentiators: first dedicated Pike formatter, uses Tree-sitter for accurate parsing, and supports CLI flags for check/diff/list/write modes.