Convert from DOS to UNIX line endings.
authorW. Trevor King <wking@drexel.edu>
Wed, 5 May 2010 15:33:22 +0000 (11:33 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 5 May 2010 15:33:22 +0000 (11:33 -0400)
commita5b633ea2d3e5b1f71cd1d1c98c636fabadd976a
tree0e7313e14df20b053fcfc3fa38d86d9e4636587a
parentfce3606374b7b07cc7f28e4d7b4afacb68073d3b
Convert from DOS to UNIX line endings.

This keeps the project consistent, since all my new files will have
UNIX line endings.  If people use tools that can't handle UNIX line
endings, we can always convert back later:

  for f in $(find . | grep -v '\.git'); do unix2dos "$f"; done
20 files changed:
conf/autopeak.ini
conf/fit.ini
conf/flatfilts.ini
conf/general.ini
conf/generalvclamp.ini
conf/hooke.conf
conf/pca_config.txt
conf/pcluster.ini
conf/procplots.ini
hooke/hooke.py
hooke/playlist.py
hooke/plugin/__init__.py
hooke/plugin/showconvoluted.py
hooke/ui/gui/hookeplaylist.py
hooke/ui/gui/hookepropertyeditor.py
hooke/ui/gui/hookeresults.py
hooke/ui/gui/prettyformat.py
hooke/ui/gui/results.py
mfp_igor_scripts/ExportMFP1D.ipf
mfp_igor_scripts/ExportMFP1DMenu.ipf