Metadata-Version: 2.1
Name: tabsvsspaces
Version: 1.1.1
Summary: A tool for counting spaces vs tabs in a codebase
Home-page: https://github.com/romangraef/tabsvsspaces
Author: Roman Gräf
Author-email: romangraef@gmail.com
License: MIT
Keywords: tabs spaces linecount counting commandline
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Religion
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Typing :: Typed
Description-Content-Type: text/markdown

## Tabs Vs Spaces
Use this tool to count the amount of spaces versus the amount of tabs in your codebase.

### Setup

```bash
pip install tabsvsspaces
```

### Usage

```bash
tabsvsspaces folder
tabsvsspaces -e folder
```


### Links

 - [Github][github]
 - [Issues][issues]

[github]: https://github.com/romangraef/tabsvsspaces
[issues]: https://github.com/romangraef/tabsvsspaces/issues

