[
https://issues.jboss.org/browse/RF-12497?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč commented on RF-12497:
---------------------------------
We should also look into possibilities of automatic line endings checking/conversion and
recommended settings for IDEs.
Run dos2unix over all files in all repositories
-----------------------------------------------
Key: RF-12497
URL:
https://issues.jboss.org/browse/RF-12497
Project: RichFaces
Issue Type: Task
Security Level: Public(Everyone can see)
Components: build/distribution
Affects Versions: 4.2.2.Final, 4.3.0.Milestone1
Reporter: Lukáš Fryč
Currently some files are in unix, some in DOS style of line endings (CRLF/LF).
We should unify them.
{code}
git ls-files | xargs unix2dos
{code}
For {{components}} project:
{code}
dos2unix: 801 files changed
unix2dos: 424 files changed
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira