Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
15 stars 38 forks source link

normalize markdown formatting style #945

Open dckc opened 5 months ago

dckc commented 5 months ago

vs-code keeps reformatting markdown files when I save them. I presume it's using prettier or the like. I could turn it off, I suppose, but perhaps it's better to set up tooling to do this uniformly?

kbennett2000 commented 5 months ago

I'm in favor of running all our code through something to make it look uniform, and I think prettier is what most folks are using? Anyway, the more consistent we can make things look to a new developer, the better IMO...