Project

white

0.0
No commit activity in last 3 years
No release in over 3 years
Run from your project folder before committing to Git to avoid whitespace errors
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
 Project Readme

Fix your whitespace

Run from your project folder before committing to Git to avoid whitespace errors.

Installation

sudo gem install white

Usage

cd MyProject
...hack hack hack...
white
git commit -a -m "Add another awesome feature"

Options

$ white --help
Usage: white [options]

Tab expansion:
    -t, --tabsize=SIZE               Expand tabs using the given tab size

Picking files to process:
    -e, --ext=EXT                    Include files with the given extension (e.g. -e inc)
    -n, --name=NAME                  Include files with the given name (e.g. -n Cakefile)

Common options:
    -v, --verbose                    Show a full list of processed files
    -h, --help                       Show this message

License

Copyright (c) 2011 Andrey Tarantsov. MIT license.