I did a code format in master branch. It mainly fixed whitespace issues like: formatting tab space lengths, adds and removes newlines before and after braces. The problem is, when I try to merge master from other branches I get a lot of conflicts. Is there some strategy to bring in whitespace changes to other branches?
Share
From the docs of
git merge, I would assume thatcould be used to achieve this. You might also want to play around with
-Xignore-all-spaceor-Xignore-space-at-eol