You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I wanted to try to develop some new features for this module and as I was hoping to do a PR in the future it would be less "brutal" for both of us if you could provide your prettier configuration.
I ask because git makes me change a lot when instead I just changed things as spaces or simply added ';' at the end of the line.
This is the most common configuration used among foundryvtt developers, but choose the one you like best.
Hi there. I'm currently not using prettier at all to format my modules. If you'd like to open a PR, just make sure you follow the configuration given by the .editorconfig file (many editors do this automatically, if you have the editorconfig plugin installed). Apart from the few configurations given in there, feel free to format the code however you prefer. Just make sure the formatting isn't all over the place and don't touch lines you don't need to change for your PR, then it should be good :)
The format currently isn't exactly uniform, so you're better off not running prettier over the code at the moment, to avoid it modifying the whole repo.
Hi I wanted to try to develop some new features for this module and as I was hoping to do a PR in the future it would be less "brutal" for both of us if you could provide your prettier configuration.
I ask because git makes me change a lot when instead I just changed things as spaces or simply added ';' at the end of the line.
This is the most common configuration used among foundryvtt developers, but choose the one you like best.
The text was updated successfully, but these errors were encountered: