|
From: Bernhard H. <ha...@ha...> - 2003-10-29 10:19:10
|
Hi, encoding of the line termination in Impact source files differ. Most of the files are Unix-style with LF line termination, but some of them are DOS-style with CRLF or Mac-style with CR only. Normally cvs should adjust the encoding automatically upon checkout/checkin, but here, the encoding is probably broken in the repository. At least my development tools do not cope well with this mixture of encodings (diff does produce one line, complete file diffs for Mac-encoded files). Could we fix that by switching the following files to Unix encoding? run/elements/Contact_Triangle.java: CR line terminators run/elements/Shell_C0_3.java: CR line terminators run/elements/Contact_Line.java: CR line terminators post/VerticalFlowLayout.java: CRLF line terminators Best regards, Bernhard Haumacher. |