1. 4FIPS
  2. PHOTOS
  3. VIDEOS
  4. APPS
  5. CODE
  6. FORUMS
  7. ABOUT


About

fips_norm is a simple tab and line ending normalization tool written in Python. It allows to recursively scan one or more directories for specific file types, and process them so that tabs get transformed into spaces, and mixed line endings get corrected or converted.

It is very easy to use, just type:
fips_norm.py . --extension .cpp .h --tab-space 4 --recursive
fips_norm.py . --extension .cpp .h --line-ending nix --recursive

or simply:
fips_norm.py . -e .cpp .h -t 4 -l nix -r

for more help, type:
fips_norm.py --help

Download

Support

If you find this project useful, please consider making a donation. A payment might be done through PayPal using either a PayPal account or a credit card. Your donation, of any amount, is greatly appreciated! It will help the author to develop and maintain more projects like this.

Another way you can help to support this project is to visit the sponsored links on the right side, some of them might be of interest to you. You never know ;)

(c) 2012-13 +++ Filip Stoklas, aka FipS, www.4FipS.com +++, Last updated: 3rd Nov 2013