Opened 12 years ago Closed 12 years ago #723 closed enhancement (fixed)Inconsistency in line endings
Description
The line ending code of TEncRateCtrl.cpp and TEncRateCtrl.h (since HM-7.1) is LF, although that of any other source files is CR+LF. Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
comment:3 Changed 12 years ago by ksuehring
fixed in trunk (r2791) Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Source file line endings should automatically be converted to your platform style if the proper subversion properties are set (svn-eolstyle:native). Unfortunately clients need to be configured to set these properties automatically for newly added files.
I usually avoid fixing these in branches to avoid false merge conflicts. I think we should fix that when merging HM-8.0-dev into the trunk.