Skip to content

build,win: fix problems with format-md

The command vcbuild lint was experiencing failures on Windows. The appropriate fix would have been to execute vcbuild format-md, but despite its availability, it wasn't possible to execute it. This PR enables vcbuild format-md to be executed. Furthermore, a validation has been incorporated into .gitattributes to verify that .md files utilize LF as their line endings.

Merge request reports

Loading