Skip to content

dentist128/pytabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Replace tabs with spaces on python files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages