Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 437 Bytes

pytabs

Replace tabs with spaces on python files

Command line arguments

-r, --recursive
    Search Python files in the specified directory.
-n, --spaces
    Number of spaces to replace one tab (default: 4).
-s, --start-only
    Replace only at the beginning of the line.
-t, --spaces-to-tabs
    Conversely, replace spaces with tabs.