Clang Format is removing all the indent spaces on my empty lines
What you're looking for is an option to disable the removal of trailing spaces. However, clang-format does not appear to have that option. You can, however, set an option in Xcode to automatically remove trailing whitespace. (It's in the Xcode preferences; unfortunately, I'm not on a Mac right now, so I can't get a screenshot for you.)