Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 529 Bytes

Whitespace

Dedicated Restyler for trimming unnecessary whitespace in files.

Usage

% whitespace --help
Usage: whitespace [--no-remove-spaces] [--no-fix-newlines] [--strict] PATH

Available options:
  --no-remove-spaces       Don't remove trailing spaces
  --no-fix-newlines        Don't fix ending newlines
  --strict                 Abort on exceptions
  PATH                     File to fix (inplace)
  -h,--help                Show this help text

LICENSE | CHANGELOG