LICENSE
README.md
pyproject.toml
src/pssfmt/__init__.py
src/pssfmt/__main__.py
src/pssfmt/__version__.py
src/pssfmt/cli.py
src/pssfmt/config.py
src/pssfmt/explain.py
src/pssfmt/finish.py
src/pssfmt/ignore.py
src/pssfmt/null.py
src/pssfmt/py.typed
src/pssfmt/ranges.py
src/pssfmt/style.py
src/pssfmt/trivia.py
src/pssfmt/verbatim.py
src/pssfmt/verify.py
src/pssfmt.egg-info/PKG-INFO
src/pssfmt.egg-info/SOURCES.txt
src/pssfmt.egg-info/dependency_links.txt
src/pssfmt.egg-info/entry_points.txt
src/pssfmt.egg-info/requires.txt
src/pssfmt.egg-info/top_level.txt
src/pssfmt/layout/__init__.py
src/pssfmt/layout/align.py
src/pssfmt/layout/engine.py
src/pssfmt/layout/ir.py
src/pssfmt/layout/width.py
src/pssfmt/rules/__init__.py
src/pssfmt/rules/activities.py
src/pssfmt/rules/constraints.py
src/pssfmt/rules/decls.py
src/pssfmt/rules/emit.py
src/pssfmt/rules/exprs.py
src/pssfmt/rules/procedural.py
src/pssfmt/rules/stmts.py
src/pssfmt/rules/tokens.py
tests/test_activities.py
tests/test_boundaries.py
tests/test_config.py
tests/test_constraints.py
tests/test_docs.py
tests/test_enums.py
tests/test_escaped.py
tests/test_exec.py
tests/test_explain.py
tests/test_exprs.py
tests/test_finish.py
tests/test_golden.py
tests/test_hatches.py
tests/test_ignore.py
tests/test_procedural.py
tests/test_prototypes.py
tests/test_ranges.py
tests/test_rules.py
tests/test_statements.py
tests/test_stmts.py
tests/test_style.py
tests/test_templates.py
tests/test_tier1.py
tests/test_tokens.py
tests/test_verbatim.py