Console tool for untabifying files. Replaces tabs to spaces at entire the text line and keeps vertical alignment.
untabify folder
Description:
Untabify text files in folder
Usage:
Untabify folder <folder> [options]
Arguments:
<folder> Folder path
Options:
t, tab-size <tab-size> Tab size in space characters. [default: 4]
s, search <search> Filter files by search pattern. Example: '*.cs'. [default: *]
r, recursively Process files recursively in all subfolders [default: True]
untabify file
Description:
Untabify text file
Usage:
Untabify file <file> [options]
Arguments:
<file> File path
Options:
t, tab-size <tab-size> Tab size in space characters. [default: 4]