silnrsi / smith

font development, testing and release
Other
14 stars 5 forks source link

need preflightg added to dot.gitattributes #46

Closed bobh0303 closed 6 years ago

bobh0303 commented 6 years ago

https://github.com/silnrsi/smith/blob/0b9e2de342247bc4c4f9bdb03edc45df6319e0ea/smithlib/dot.gitattributes#L42

Either add explicitly:

preflight text eol=lf
preflightg text eol=lf

or glob:

preflight* text eol=lf

I don't know which is preferred.

mhosken commented 6 years ago

Let's go with preflightg for now. If more appear, we can change them to * then.

bobh0303 commented 6 years ago

Did you make the change before closing the issue?