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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review indentation

alarocca130 opened this issue · comments

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

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