indentbyfold
indentbyfold copied to clipboard
Doesn't ignore // comments
I've tried out indentbyfold to format some C code and it is not ignoring comments such as //{ It treats it as if the code is real and indents the real code.
I second this issue. I have code written like this:
for(int i; i < count; i++) { //if(bool == true) { a = b + c; //} }
and the indentation fails because it takes in account the commented closing bracket.