Skip to content

clang-format will align comments at end of the successive lines. Use empty...

Janek Kozicki requested to merge alignComments into master

I like clang-format more and more. Only a small adjustment: when you write lines of code, and comment meaning of each line after // at the end, these will be aligned together for easier reading.

So now clang-format will align comments at end of the successive lines. You can use empty line to start comments at different indentation. And empty lines are always good for code clarity ;)

Merge request reports