Hello. I'm using Astella (112.228). After every commit (SVN) I see some strange changes in some parts of my code:
- foo1
- foo2
+ foo1
+ foo2
Nothing changed. And I don't touch these strings. Checkbox "Format code" before commit is off.
In diff interface i don't see this too.
Hello, could that be different line separators?
Unlikely this is line separators. Project is migrated from Flash Builder. I have unix separators everywhere. But if it line separators why it not visible in diff?
We don't visualize line separators in diff
Anyway, you can checkout both versions (before and after) and check it on the binary level, to investigate the real difference
Thanks. I checked both files. And you were right - the diff is in line endings. Astella replaced all ending with Unix ones.