clean_whitespace
is a Bash script designed to remove extraneous whitespace from source code and text files. It helps maintain clean, readable files by stripping trailing whitespace from supported file types.
- Processes files recursively or in a single directory
- Supports dry-run mode to preview changes