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)
commit28237bec70cbb970c5b987550cceaf54a594e005
tree0e7313e14df20b053fcfc3fa38d86d9e4636587a
parentee0cc702f9257cf5fdfb89fea2ebf70fbde3e54a
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