use-tabs

1.0.0 • Public • Published

use-tabs

npm i -g use-tabs
 
# Convert spaces to tabs in all files in the working directory. 
use-tabs
 
# Detect which files are indented with spaces, but don't change them. 
use-tabs -n
 
# Use globs or relative file paths. 
use-tabs *.js README.md
 
# Negated globs are supported. 
use-tabs '!*.json'

Package Sidebar

Install

npm i use-tabs

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • aleclarson