uncefact / spec-untp

UN Transparency Protocol
https://uncefact.github.io/spec-untp/
GNU General Public License v3.0
16 stars 17 forks source link

Run prettier on the webhook deploy - or remove it entirely #169

Open nissimsan opened 2 months ago

nissimsan commented 2 months ago

When I raise fixes on JSON files, github runs prettier on my file, making it impossible to see the delicate changes I actually have made. Example: https://github.com/uncefact/spec-untp/pull/168

I could .prettierignore my way around this, but that isn't fixing the root problem.

Options:

nissimsan commented 3 weeks ago

Even worse example: here prettier breaks the formatting. Very disruptive.

onthebreeze commented 1 week ago

Strange but I cant repeat this issue with my setup. macBook pro, Github Desktop client, Sublime Text editor. When I make a commit, there is no prettier reformatting happening on GitHub side.

Has anyone else seen this problem?