Seleting C++ code which includes doxygen style comments like this one: /** * Lalala */ and using tab or shift-tab to change the indentation ruins the formatting of the comment, into this (when increasing indentation): /** * Lalala */ or into this (when decreasing indentation): /** * Lalala */