ffes/indentbyfold

Doesn't ignore // comments

Opened this issue · 1 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.