I use code-prettify and work like a charm How can I justify codes? I add this code: ``` <?php echo 1; echo 1; ?> ``` But I want print this: ``` <?php echo 1; echo 1; //--> remove extra space ?> //--> remove extra space ```
I use code-prettify and work like a charm
How can I justify codes?
I add this code:
But I want print this: