<div dir="ltr"><div style="font-size:12.800000190734863px">Thanks for your feedback, and I appreciate the link and the logic behind it.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">Unfortunately, by stripping all trailing whitespace, clang-format has made a policy decision, but with no way to control it via the configuration. I understand it's not desirable for every option to be configurable, but this is something which significantly affects existing code. I propose that it would be good to have an option "TrailingWhitespace: Truncate|Preserve|Fix". Truncate would be existing behaviour. Preserve would not alter leading whitespace on blank lines or touch trailing whitespace. Fix would fix leading whitespace on blank lines, fix trailing whitespace on code, but avoid making any changes in comments except if it was reflowed. It could be more granular but that's where I'd start.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">## Some objective problems:</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">- Existing code which is indented this way would require a lot of changes.</div><div style="font-size:12.800000190734863px">- Markdown (which is useful in comments) is sensitive to trailing whitespace.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">It's possible to add a post process script to normalise leading whitespace but not trailing whitespace (e.g. in the case of markdown).<br></div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">## Some subjective problems:</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">- It's my preference when I start editing on a line, the indentation is correct already.</div><div style="font-size:12.800000190734863px">- When moving cursor up and down it's my preference that it doesn't jump back and forward when crossing blank lines.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">Some of these issues can be fixed by editor configuration/plugins, but it's still not 100% correct.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">Thanks for your time.</div><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px">Kind regards,</div><div style="font-size:12.800000190734863px">Samuel</div><div class="gmail_extra"><br></div></div>