Closed
Description
It seems to use CRLF for the actual bindings, but the initial comment /* automatically generated by rust-bindgen 0.68.1 */
and the empty line after are with LF.
Input C/C++ Header
int foo;
Bindgen Invocation
$ bindgen test.h --output test.rs
Actual Results
I replaced the CR with ^M
/* automatically generated by rust-bindgen 0.68.1 */
extern "C" {^M
pub static mut foo: ::std::os::raw::c_int;^M
}^M
Expected Results
I would expect it to either be all Dos or all Unix line endings.
Metadata
Metadata
Assignees
Labels
No labels