DarwinNE / FidoCadJ

FidoCadJ is a free user-friendly vector graphic editor for MacOSX, Linux, Windows and Android with a library of electronic symbols.
http://darwinne.github.io/FidoCadJ/
GNU General Public License v3.0
114 stars 42 forks source link

Line breaks #64

Closed Stemby closed 9 years ago

Stemby commented 9 years ago

This issue is similar to #51.

I think line breaks (newlines) should follow the Unix standard: only the Line Feed (LF) character, instead of the combination of Carriage Return (CR) + LF used by some limited OSes.

The only exception might be winbuild.bat (to be verified).

Fixing this issue is very simple (see the dos2unix command line software) but, as in #51, probably it would be a good idea to add a test for consistency.

DarwinNE commented 9 years ago

I completely agree. The Unix standard for line feed is the way to go.

DarwinNE commented 9 years ago

Added a Checkstyle rule and normalized the newlines for the sources.