Whitespace safe
The formatter expands tabs, trims trailing whitespace and keeps a final newline so snippets paste cleanly into editors.
Code cleanup
Normalize indentation, remove trailing whitespace and clean Python snippets without sending code to a backend.
Reference notes
The formatter expands tabs, trims trailing whitespace and keeps a final newline so snippets paste cleanly into editors.
Basic checks flag mixed tabs/spaces, sudden indentation jumps and suspicious dedents before you copy the result.
Code is handled by client-side JavaScript. Formalint does not run Python code or upload snippets to a server.