dshepsis / OkamiMap

Resource for the locations of items and other objects in the video game Okami
https://dshepsis.github.io/OkamiMap/
1 stars 1 forks source link

Mayyyyyybe Have A Code Style Set (E.g. Prettier) #20

Closed zysim closed 3 years ago

zysim commented 3 years ago

Just in case situations arise where we get commits where one line keeps having a semicolon removed and readded, or more likely in my case, polluting a commit with a reformatting of a whole file that you've done. This isn't a big deal, of course; simple 'yes/no' and we're done.

dshepsis commented 3 years ago

Feel free to select a linter and/or formatter for the project. I've used them in the past but didn't consider it necessary when initially setting up this project. Just make sure you include any necessary config files within the repo, and maybe add a "Contributions" section to the readme to instruct future contributors/maintainers exactly how to set up their editor.

zysim commented 3 years ago

For sure

zysim commented 3 years ago

21

dshepsis commented 3 years ago

Fixed by #21