Files
reason/.gitattributes
Bryan Phelps 027240f380 Fix #1518: Handle CRLF with refmt (#2275)
* Use open_out/open_out_bin conditionally depending on the print type and the platform

* Format changes

* Implement EOL detection and incorporate in refmt

* Remove temporary test cases

* Format & remove extra pint

* Fix formatting

* Remove unused functions in refmt_impl

* Fix casing of 'str' in dune file

* Detect CRLF w/o regex

* Remove Str from dune file

* Add CRLF test

* Add EOL conversion function, hook up to formatter

* Fix formatting of eol_convert module

* Add .gitattribute setting for actual_output, too

* Add CRLF tests to idempotent tests

* Update .gitattributes

* Add idempotent test category

* Add test output folder
2018-12-10 23:59:05 -08:00

12 lines
328 B
Plaintext

*.messages binary
docs/highlightJs/** binary
docs/vendor/** binary
docs/flatdoc.js binary
bspacks/bspack_source/* binary
formatTest/idempotentTests/input/assert.crlf.re text eol=crlf
formatTest/idempotentTests/expected_output/assert.crlf.re text eol=crlf
formatTest/idempotentTests/actual_output/assert.crlf.re text eol=crlf