mirror of
https://github.com/reasonml/reason.git
synced 2026-03-26 06:43:07 +00:00
* 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
12 lines
328 B
Plaintext
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
|