I open in Atom a PHP file I have originally edited in NetBeans IDE.
As soon as I edit a line of code, when checking git versioning view I can see a lot more changes that I have actually done.
All those are new lines added by Atom.
I open in Atom a PHP file I have originally edited in NetBeans IDE.
As soon as I edit a line of code, when checking git versioning view I can see a lot more changes that I have actually done.
All those are new lines added by Atom.
I have solved it by going to Atom Settings, Packages, search for Whitespace package and disabled Remove Trailing Whitespace.