changes on lines added when files open in webstorm

When open a file in web storm and then save it back, if i run the diff tool,  it show like some line were change. when it reality there was no updates.

Sample:

 

-- 'DISTRICT', 'COUNTY', 'CITY', 'PROVINCE_TEXT',
++ 'DISTRICT', 'COUNTY', 'CITY', 'PROVINCE_TEXT',

 

any idea why is this happening ??

1
1 comment

On saving, the IDE can strip trailing whitespaces, add empty lines (if corresponding options are enabled in  Settings | Editor | General), update line separators and encoding....

2

Please sign in to leave a comment.