Commit Graph

1 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
d505e2fc2e feat: add pre-commit hook to collapse extra blank lines
Add collapse_blank_lines.py script and pre-commit hook that
automatically collapses 2+ consecutive blank lines into a single
blank line. Preserves blank lines inside code blocks.

Applies to .md and .py files in the TinyTorch repository.
2025-12-13 13:33:00 -05:00