Schroedinger-Hat / ImageGoNord-pip

A tool that can convert your rgb images to nordtheme palette
https://ign.schroedinger-hat.org
GNU Affero General Public License v3.0
172 stars 13 forks source link

chore: update org name #37

Closed Readpato closed 4 weeks ago

Readpato commented 1 month ago

As title says, update org name wherever possible

TheJoin95 commented 1 month ago

What are all these white spaces fix?

Readpato commented 1 month ago

Good question, I think its the formatter from the IDE that's applying the changes, which I have set up to format on save.

I can revert as it seems it has done that automatically, let me know!

The deleting of white spaces is interesting though haha

TheJoin95 commented 1 month ago

Please revert them. Yeah, maybe it's needed but I won't risk anything with a risk free PR for updating links

Readpato commented 1 month ago

Sounds good, no problem :)

Readpato commented 4 weeks ago

@TheJoin95 Removed all white spaces, the issue that was happening was that the editor had a rule set to true by default which was

"remove_trailing_whitespace_on_save": Whether or not to remove any trailing whitespace from lines of a buffer before saving it.

That was causing the issue. PR should be good to go. Let me know!