Skip to content

Instantly share code, notes, and snippets.

@whitered
Created March 12, 2010 11:53
Show Gist options
  • Save whitered/330256 to your computer and use it in GitHub Desktop.
Save whitered/330256 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<project default="fixcrlf" basedir=".">
<target name="fixcrlf" description="Fix CRLF">
<fixcrlf srcdir="${basedir}" includes="**/*.as **/*.xml **/*.properties **/*.pbk" eol="lf" eof="remove" encoding="utf8"/>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment