In version control space issue. Follow
Answered
We are getting space issue while comparing the branches , still if i manually resolve the space by (tabs or by space key both) or by Accept from dialog.
Then its not saving the changes on my local branch.
Please sign in to leave a comment.
There is a possibility that IntelliJ IDEA strips spaces at the end of the line.
Please check that "Settings | Editor | General | Strip trailing spaces on Save" option is set to "Modified lines", or "None"
One more place to check is the .editorconfig file of the project. The "trim_trailing_whitespace = true" option triggers spaces removal:
https://youtrack.jetbrains.com/issue/IDEA-219423#focus=streamItem-27-3619905.0-0