Hey guys i am using sublime package , https://github.com/victorporof/Sublime-HTMLPrettify
now when i have a comment like:
/* =============================== */
/* Footer css */
/* =============================== */
after prittyfication it becomes something like:
/* =============================== */
/* Footer css */
/* =============================== */
which looks very ugly, how can i stop that from happening ?
Thank you.