esenliyim / sp-tray

Gnome extension to display spotify metadata
GNU General Public License v3.0
57 stars 22 forks source link

chore: implement code formatting #29

Closed mcmxcdev closed 2 years ago

mcmxcdev commented 2 years ago

Description

I saw that there was no consistent code formatting applied to the project, so I implemented that. I tried to stick to the existing code style as close as possible, but feel free to if you e.g. decide you want to have single quotes rather than double quotes everywhere.

Since gnome extensions don't have a package.json and node_modules, devs will need to have prettier installed as IDE extension to have formatting work.

Changes

esenliyim commented 2 years ago

This is actually something I've been wanting to implement for some time but have been too lazy to do. Thank you very much for it. Though I will be making some changes.