From f62e511012674af05aee529ef6b7e4194d11996d Mon Sep 17 00:00:00 2001
From: Conor MacNeill Replaces EOLs with LF characters and removes eof characters from
@@ -236,7 +237,7 @@ Tabs and spaces are left as is.
EOF characters are left alone if run on
DOS systems, and are removed if run on Unix systems. Sets EOLs according to local OS conventions, and
@@ -246,7 +247,7 @@ converts sequences of spaces and tabs to the minimal set of spaces and
run on DOS systems, and are removed if run on Unix systems.
Many versions of make require tabs prior to commands.<fileset>
Examples
<fixcrlf srcdir="${src}"
- eol="lf" eof="remove"
+ eol="lf"
+ eof="remove"
includes="**/*.sh"
/>
<fixcrlf srcdir="${src}"
- tabs="add"
+ tab="add"
includes="**/Makefile"
/>
<fixcrlf srcdir="${src}"
- tabs="remove"
+ tab="remove"
tablength="3"
eol="lf"
javafiles="yes"
@@ -261,7 +262,7 @@ Many versions of make require tabs prior to commands.
<fixcrlf srcdir="${src}" - tabs="remove" + tab="remove" includes="**/README*" />
Sets EOLs according to local OS conventions, and