microsoft/CoreTemplateStudio

Keep original line ending in merge postactions

prupipho opened this issue · 0 comments

Line ending change during merging post-action with the original file.

Due to this issue in WebTS while working for React Native we realised that in some scenarios we are changing the line ending of the file during the merge.
We should try doing the same thing we do with original Encoding:

  • get original file ending
  • check the new file has the same ending
  • keep that line ending on the new generated file after a post-action

WIP - work in progress: