Closed djlindstr closed 6 years ago
The indentation error seems to be triggered by adding a comment after an opening brace. The following line is lined up to below the opening brace + 1.
whatever { indented_ok } whatever { // Comment indented_too_far } whatever { /* Comment */ indented_too_far } { -> /* Comment */ indented_too_little }
I think this was fixed in a6d50dc29601c3acfab211d7dc8699482844f290, are you running the latest version?
Indeed, my apologies. Thought I loaded the latest version. Keep up the good work!
The indentation error seems to be triggered by adding a comment after an opening brace. The following line is lined up to below the opening brace + 1.