vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Add some task to fix newlines recursively #52

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

We're having some trouble in the Python project template because some files are being generated with the wrong newlines.

We should have some task to just fix all of the newlines or something?

vkottler commented 2 years ago

We fixed all of this on https://github.com/vkottler/datazen/issues/76 for the most part