Sha256: 00edfd58a0e9ffc3ae8512e03257a28bc2c3fb0a3b2cc567c8b3f0535d2c79b3

Contents?: true

Size: 905 Bytes

Versions: 2

Compression:

Stored size: 905 Bytes

Contents

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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
white-0.2.1 README.md
white-0.1.0 README.md