yithemes / yith-woocommerce-wishlist

YITH WooCommerce Wishlist gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies.
GNU General Public License v3.0
9 stars 12 forks source link

Review indentation #4

Closed alarocca130 closed 4 years ago

alarocca130 commented 4 years ago

TL;DR Review files indentation to use tab in a coherent way across the entire plugin

Details @JoryHogeveen pointed out that we're indenting HTML templates using spaces characters Following WordPress coding standars, we should use tabs both for PHP and HTML

Created issue to keep track of improvmets Example wishlist-view.php uses space characters for indentation

alarocca130 commented 4 years ago

Commit 65c4479 reviewed indentation of most templates and php classes PR #5 was merged to help contributors use correct coding standard