10 releases
new 0.3.0 | May 22, 2025 |
---|---|
0.3.0-beta.4 | May 21, 2025 |
0.2.2 | May 21, 2025 |
0.1.0 | May 21, 2025 |
#209 in Filesystem
332 downloads per month
11KB
135 lines
trailing-whitespaces
Removes trailing whitespaces from your files.
Inspired by npx tool https://github.com/o175/trailing-whitespaces#readme
Usage
trailing-whitespaces [-v] glob ...
-v lists changed files
Glob patterns
Rust glob
crate patterns are described here.
They are slighly different from JS fast-glob patterns
which original JavaScript trailing-whitespaces tool uses.
Instead of
npx trailing-whitespaces ./src/**/.js
You need to run
trailing-whitespaces ./src/**/*.js
License
This is free and unencumbered software released into the public domain.
This code can be used under terms of CC0-1.0 or the Unlicense.
Dependencies
~160KB