We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #532. Aside from not breaking php, there have been requests to beautify it.
The text was updated successfully, but these errors were encountered:
In addition. PHP-inserts have a strange indentation. Before:
<div class="row"> <?php $the_query = new WP_Query( array( 'post_type' => 'work', 'posts_per_page' => 4 ) ); ?> <?php if( $the_query -> have_posts() ) : ?> <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
After:
Sorry, something went wrong.
+1 for PHP Beautifying.
The default behaviour seems to be to either do nothing, or put everything on one line..
P.S. I'm using it via drewhamlett/brackets-beautify btw..
+1
Fixed a while ago.
No branches or pull requests
See #532.
Aside from not breaking php, there have been requests to beautify it.
The text was updated successfully, but these errors were encountered: