Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

How auto justify codes? #619

Open
A2DNEW opened this issue Apr 14, 2020 · 0 comments
Open

How auto justify codes? #619

A2DNEW opened this issue Apr 14, 2020 · 0 comments

Comments

@A2DNEW
Copy link

A2DNEW commented Apr 14, 2020

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant