crisper icon indicating copy to clipboard operation
crisper copied to clipboard

Fix for #49

Open TonyBogdanov opened this issue 7 years ago • 0 comments

The idea is to loop through all lines backwards and skip those which are either empty, a single comment or part of a block comment. Then count the number of meaningful lines of code left and insert the semicolon at the proper line in the original code keeping the comments at the end.

TonyBogdanov avatar Apr 07 '17 16:04 TonyBogdanov