mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00

Multi-line tokens would be written with `LF`, regardless the `end_of_line` setting. Fixes #228 and also produces end_of_line specified line-endings in strings.
8 lines
252 B
Makefile
8 lines
252 B
Makefile
/* This test relies on ../.gitattributes to contain these lines:
|
|
|
|
tests/issue0228.d text eol=lf
|
|
tests/allman/issue0228.d.ref text eol=crlf
|
|
tests/knr/issue0228.d.ref text eol=crlf
|
|
tests/otbs/issue0228.d.ref text eol=crlf
|
|
|
|
*/
|