0.0
No release in over 3 years
Low commit activity in last 3 years
Library and Command line for discovering files that contain tab indentation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0, ~> 2.0

Runtime

~> 1.1
~> 0
 Project Readme

discover_tabs

Discover which files use tabs (and potentially replace them with spaces if you like)

Usage

After installation, there should be a command line app called "discover_tabs" on your path.

usage: discover_tabs [options] [filename|directory]
    -r N                             Replace tabs intending with N spaces
    -h, --help                       Show this message

It will output all of the files that have indentation with tabs. The -r options will replace them with spaces.

examples:

  • discover_tabs *.cpp
  • discover_tabs *.cpp -r4

Installation

gem discover_tabs