t-mart / ItemVersion

ItemVersion adds information to your tooltip about when an item was added to World of Warcraft.
https://www.curseforge.com/wow/addons/itemversion
GNU General Public License v3.0
9 stars 8 forks source link

Format with stylua #58

Closed t-mart closed 1 year ago

t-mart commented 1 year ago

Type of changes

Checklist

Description

Please describe your changes here. If this fixes a bug, please link to the issue, if possible.

t-mart commented 1 year ago

The default formatter with VSCode's Lua extension produced some weird formattings. Hopefully, this solves things.

I also got rid of concatenations for really long lines. No formatter had good results with this (in my opinion, at least), so I've chucked them altogether and now everything is on one line.