cloudamqp / amqp-client.js

AMQP 0-9-1 TypeScript client both for Node.js and browsers (using WebSocket)
https://cloudamqp.github.io/amqp-client.js/
Apache License 2.0
200 stars 19 forks source link

Fix line endings and create .editorconfig #85

Closed ngbrown closed 1 year ago

ngbrown commented 1 year ago

Some new files had gone in with Windows line endings. This corrects those files and adds .editorconfig and .gitattributes to prevent that in the future.

ngbrown commented 1 year ago

The failing test probably just needs re-ran.