ruff_python_formatter 0.0.5

This is an internal component crate of Ruff
Documentation
1
2
3
4
5
6
7
8
# Fits with tab width 2
(1 + "	012345678901234567890123456789012345678901234567890123456789012345678901234567")

# Fits with tab width 4
(1 + "	0123456789012345678901234567890123456789012345678901234567890123456789012345")

# Fits with tab width 8
(1 + "	012345678901234567890123456789012345678901234567890123456789012345678901")